NWConnectionReceiveCompletion Delegate

Definition

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

Parameters

data
IntPtr

nativeint

dataSize
System.System.UIntPtr System.unativeint
isComplete
Boolean
error
NWError

Applies to