次の方法で共有


NWParameters クラス

定義

[ObjCRuntime.TV(12, 0)]
public class NWParameters : CoreFoundation.NativeObject
type NWParameters = class
    inherit NativeObject
継承
NWParameters
属性

コンストラクター

NWParameters()
NWParameters(IntPtr, Boolean)

プロパティ

ExpiredDnsBehavior
FastOpenEnabled
Handle (継承元 NativeObject)
IncludePeerToPeer
LocalEndpoint
LocalOnly
MultipathService
PreferNoProxy
ProhibitExpensive
ProtocolStack
RequiredInterface
RequiredInterfaceType
ReuseLocalAddress
ServiceClass

メソッド

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

適用対象