Compartilhar via


NWConnection Classe

Definição

[ObjCRuntime.TV(12, 0)]
public class NWConnection : CoreFoundation.NativeObject
type NWConnection = class
    inherit NativeObject
Herança
NWConnection
Atributos

Construtores

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

Propriedades

CurrentPath
Description
Endpoint
Handle (Herdado de NativeObject)
MaximumDatagramSize
Parameters

Métodos

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

Aplica-se a