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
- data
- DispatchData
- context
- NWContentContext
- isComplete
- Boolean
- error
- NWError
- Inheritance
-
NWConnectionReceiveDispatchDataCompletion