共用方式為


NWProtocolOptions 類別

定義

[ObjCRuntime.TV(12, 0)]
public class NWProtocolOptions : CoreFoundation.NativeObject
type NWProtocolOptions = class
    inherit NativeObject
繼承
NWProtocolOptions
屬性

建構函式

NWProtocolOptions(IntPtr, Boolean)

屬性

Handle (繼承來源 NativeObject)
ProtocolDefinition
TlsProtocolOptions

方法

CreateTcp()
CreateTls()
CreateUdp()
Dispose() (繼承來源 NativeObject)
Dispose(Boolean) (繼承來源 NativeObject)
InitializeHandle(IntPtr) (繼承來源 NativeObject)
IPSetCalculateReceiveTime(Boolean)
IPSetDisableFragmentation(Boolean)
IPSetHopLimit(Byte)
IPSetUseMinimumMtu(Boolean)
IPSetVersion(NWIPVersion)
Release() (繼承來源 NativeObject)
Retain() (繼承來源 NativeObject)
TcpSetConnectionTimeout(UInt32)
TcpSetDisableAckStretching(Boolean)
TcpSetDisableEcn(Boolean)
TcpSetEnableFastOpen(Boolean)
TcpSetEnableKeepAlive(Boolean)
TcpSetKeepAliveCount(UInt32)
TcpSetKeepAliveIdleTime(UInt32)
TcpSetKeepAliveInterval(UInt32)
TcpSetMaximumSegmentSize(UInt32)
TcpSetNoDelay(Boolean)
TcpSetNoOptions(Boolean)
TcpSetNoPush(Boolean)
TcpSetPersistTimeout(UInt32)
TcpSetRetransmitConnectionDropTime(UInt32)
TcpSetRetransmitFinDrop(Boolean)
UdpSetPreferNoChecksum(Boolean)

適用於