NWParameters Class

Definition

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

Constructors

NWParameters()
NWParameters(IntPtr, Boolean)

Properties

ExpiredDnsBehavior
FastOpenEnabled
Handle (Inherited from NativeObject)
IncludePeerToPeer
LocalEndpoint
LocalOnly
MultipathService
PreferNoProxy
ProhibitExpensive
ProtocolStack
RequiredInterface
RequiredInterfaceType
ReuseLocalAddress
ServiceClass

Methods

ClearProhibitedInterfaces()
ClearProhibitedInterfaceTypes()
Clone()
CreateSecureTcp(Action<NWProtocolOptions>, Action<NWProtocolOptions>)
CreateSecureUdp(Action<NWProtocolOptions>, Action<NWProtocolOptions>)
CreateTcp(Action<NWProtocolOptions>)
CreateUdp(Action<NWProtocolOptions>)
Dispose() (Inherited from NativeObject)
Dispose(Boolean) (Inherited from NativeObject)
InitializeHandle(IntPtr) (Inherited from NativeObject)
IterateProhibitedInterfaces(Func<NWInterface,Boolean>)
IterateProhibitedInterfaces(Func<NWInterfaceType,Boolean>)
ProhibitInterface(NWInterface)
ProhibitInterfaceType(NWInterfaceType)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)

Applies to