Share via


NWEthernetChannel Class

Definition

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

Constructors

Name Description
NWEthernetChannel(UInt16, NWInterface, NWParameters)
NWEthernetChannel(UInt16, NWInterface)

Properties

Name Description
Handle (Inherited from DisposableObject)
MaximumPayloadSize
Owns (Inherited from DisposableObject)

Methods

Name Description
Cancel()
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)
Send(ReadOnlySpan<Byte>, UInt16, String, Action<NWError>)
SetQueue(DispatchQueue)
SetReceiveHandler(NWEthernetChannelReceiveDelegate)
SetStateChangesHandler(Action<NWBrowserState,NWError>)
Start()

Extension Methods

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

Applies to