NWFramer.WriteOutput Method
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.
Overloads
| Name | Description |
|---|---|
| WriteOutput(DispatchData) | |
| WriteOutput(ReadOnlySpan<Byte>) |
WriteOutput(DispatchData)
public void WriteOutput(CoreFoundation.DispatchData data);
member this.WriteOutput : CoreFoundation.DispatchData -> unit
Parameters
- data
- DispatchData
Applies to
WriteOutput(ReadOnlySpan<Byte>)
public void WriteOutput(ReadOnlySpan<byte> data);
member this.WriteOutput : ReadOnlySpan<byte> -> unit
Parameters
- data
- ReadOnlySpan<Byte>