Share via


NWConnectionReceiveCompletion Delegate

Definition

public delegate void NWConnectionReceiveCompletion(IntPtr data, UIntPtr dataSize, NWContentContext? context, bool isComplete, NWError? error);
type NWConnectionReceiveCompletion = delegate of nativeint * unativeint * NWContentContext * bool * NWError -> unit

Parameters

data
IntPtr

nativeint

dataSize
UIntPtr

unativeint

isComplete
Boolean
error
NWError

Applies to