NWConnectionReceiveCompletion Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- context
- NWContentContext
- isComplete
- Boolean
- error
- NWError