Share via


NWConnectionGroup Class

Definition

public class NWConnectionGroup : CoreFoundation.NativeObject
type NWConnectionGroup = class
    inherit NativeObject
Inheritance

Constructors

Name Description
NWConnectionGroup(NativeHandle, Boolean)
NWConnectionGroup(NWMulticastGroup, NWParameters)

Properties

Name Description
GroupDescriptor
Handle (Inherited from DisposableObject)
Owns (Inherited from DisposableObject)
Parameters

Methods

Name Description
Cancel()
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
ExtractConnection(NWEndpoint, NWProtocolOptions)
GetCheckedHandle() (Inherited from DisposableObject)
GetConnection(NWContentContext)
GetHashCode() (Inherited from DisposableObject)
GetLocalEndpoint(NWContentContext)
GetPath(NWContentContext)
GetProtocolMetadata(NWContentContext, NWProtocolDefinition)
GetProtocolMetadata(NWContentContext)
GetRemmoteEndpoint(NWContentContext)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Reply(NWContentContext, NWContentContext, DispatchData)
Retain() (Inherited from NativeObject)
Send(DispatchData, NWEndpoint, NWContentContext, Action<NWError>)
SetNewConnectionHandler(Action<NWConnection>)
SetQueue(DispatchQueue)
SetReceiveHandler(UInt32, Boolean, NWConnectionGroupReceiveDelegate)
SetStateChangedHandler(NWConnectionGroupStateChangedDelegate)
Start()
TryReinsertExtractedConnection(NWConnection)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to