NWFramer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class NWFramer : CoreFoundation.NativeObject
type NWFramer = class
inherit NativeObject
Inheritance
Properties
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