NWFramer.ParseInput Method
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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public bool ParseInput(UIntPtr minimumIncompleteLength, UIntPtr maximumLength, Memory<byte> tempBuffer, Network.NWFramerParseCompletionDelegate handler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.ParseInput : unativeint * unativeint * Memory<byte> * Network.NWFramerParseCompletionDelegate -> bool
Parameters
- minimumIncompleteLength
-
UIntPtr
unativeint
- maximumLength
-
UIntPtr
unativeint
- handler
- NWFramerParseCompletionDelegate
Returns
- Attributes