Freigeben über


NWConnection Klasse

Definition

[ObjCRuntime.TV(12, 0)]
public class NWConnection : CoreFoundation.NativeObject
type NWConnection = class
    inherit NativeObject
Vererbung
NWConnection
Attribute

Konstruktoren

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

Eigenschaften

CurrentPath
Description
Endpoint
Handle (Geerbt von NativeObject)
MaximumDatagramSize
Parameters

Methoden

Batch(Action)
Cancel()
CancelCurrentEndpoint()
Dispose() (Geerbt von NativeObject)
Dispose(Boolean) (Geerbt von NativeObject)
ForceCancel()
GetProtocolMetadata(NWProtocolDefinition)
InitializeHandle(IntPtr) (Geerbt von NativeObject)
Receive(UInt32, UInt32, NWConnectionReceiveCompletion)
ReceiveData(UInt32, UInt32, NWConnectionReceiveDispatchDataCompletion)
ReceiveMessage(NWConnectionReceiveCompletion)
ReceiveMessageData(NWConnectionReceiveDispatchDataCompletion)
Release() (Geerbt von NativeObject)
Restart()
Retain() (Geerbt von 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()

Gilt für: