NWConnectionReceiveDispatchDataCompletion Delegate

Definition

public delegate void NWConnectionReceiveDispatchDataCompletion(DispatchData data, NWContentContext context, bool isComplete, NWError error);
type NWConnectionReceiveDispatchDataCompletion = delegate of DispatchData * NWContentContext * bool * NWError -> unit

Parameters

isComplete
Boolean
error
NWError

Applies to