Share via


NWFramer Class

Definition

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

Properties

Name Description
CleanupHandler
Endpoint
Handle (Inherited from DisposableObject)
InputHandler
LocalEndpoint
OutputHandler
Owns (Inherited from DisposableObject)
Parameters
ProtocolOptions
StopHandler
WakeupHandler

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
CreateMessage()
CreateOptions<T>(NWProtocolDefinition)
DeliverInput(ReadOnlySpan<Byte>, NWFramerMessage, Boolean)
DeliverInputNoCopy(UIntPtr, NWFramerMessage, Boolean)
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)
MarkFailedWithError(Int32)
MarkReady()
ParseInput(UIntPtr, UIntPtr, Memory<Byte>, NWFramerParseCompletionDelegate)
ParseOutput(UIntPtr, UIntPtr, Memory<Byte>, Action<Memory<Byte>,Boolean>)
PassThroughInput()
PassThroughOutput()
PrependApplicationProtocol(NWProtocolOptions)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)
ScheduleAsync(Action)
ScheduleWakeup(UInt64)
WriteOutput(DispatchData)
WriteOutput(ReadOnlySpan<Byte>)
WriteOutputNoCopy(UIntPtr)

Extension Methods

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

Applies to