次の方法で共有


NWConnection クラス

定義

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

コンストラクター

NWConnection(IntPtr, Boolean)
NWConnection(NWEndpoint, NWParameters)

プロパティ

CurrentPath
Description
Endpoint
Handle (継承元 NativeObject)
MaximumDatagramSize
Parameters

メソッド

Batch(Action)
Cancel()
CancelCurrentEndpoint()
Dispose() (継承元 NativeObject)
Dispose(Boolean) (継承元 NativeObject)
ForceCancel()
GetProtocolMetadata(NWProtocolDefinition)
InitializeHandle(IntPtr) (継承元 NativeObject)
Receive(UInt32, UInt32, NWConnectionReceiveCompletion)
ReceiveData(UInt32, UInt32, NWConnectionReceiveDispatchDataCompletion)
ReceiveMessage(NWConnectionReceiveCompletion)
ReceiveMessageData(NWConnectionReceiveDispatchDataCompletion)
Release() (継承元 NativeObject)
Restart()
Retain() (継承元 NativeObject)
Send(Byte[], Int32, Int32, NWContentContext, Boolean, Action<NWError>)
Send(Byte[], NWContentContext, Boolean, Action<NWError>)
Send(DispatchData, NWContentContext, Boolean, Action<NWError>)
SendIdempotent(Byte[], NWContentContext, Boolean)
SendIdempotent(DispatchData, NWContentContext, Boolean)
SetBetterPathAvailableHandler(Action<Boolean>)
SetBooleanChangeHandler(Action<Boolean>)
SetPathChangedHandler(Action<NWPath>)
SetQueue(DispatchQueue)
SetStateChangeHandler(Action<NWConnectionState,NWError>)
Start()

適用対象