Share via


NWConnectionReceiveReadOnlySpanCompletion Delegate

Definition

public delegate void NWConnectionReceiveReadOnlySpanCompletion(ReadOnlySpan<byte> data, NWContentContext? context, bool isComplete, NWError? error);
type NWConnectionReceiveReadOnlySpanCompletion = delegate of ReadOnlySpan<byte> * NWContentContext * bool * NWError -> unit

Parameters

isComplete
Boolean
error
NWError

Applies to