다음을 통해 공유


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()

적용 대상