NWProtocolOptions Class

Definition

[ObjCRuntime.TV(12, 0)]
public class NWProtocolOptions : CoreFoundation.NativeObject
type NWProtocolOptions = class
    inherit NativeObject
Inheritance
NWProtocolOptions
Attributes

Constructors

NWProtocolOptions(IntPtr, Boolean)

Properties

Handle (Inherited from NativeObject)
ProtocolDefinition
TlsProtocolOptions

Methods

CreateTcp()
CreateTls()
CreateUdp()
Dispose() (Inherited from NativeObject)
Dispose(Boolean) (Inherited from NativeObject)
InitializeHandle(IntPtr) (Inherited from NativeObject)
IPSetCalculateReceiveTime(Boolean)
IPSetDisableFragmentation(Boolean)
IPSetHopLimit(Byte)
IPSetUseMinimumMtu(Boolean)
IPSetVersion(NWIPVersion)
Release() (Inherited from NativeObject)
Retain() (Inherited from 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)

Applies to