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)

适用于