NEPacketTunnelFlow.ReadPackets(Action<NSData[],NSNumber[]>) 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.
Reads packets from the TUN interface and runs a handler when the operation completes.
[Foundation.Export("readPacketsWithCompletionHandler:")]
public virtual void ReadPackets (Action<Foundation.NSData[],Foundation.NSNumber[]> completionHandler);
abstract member ReadPackets : Action<Foundation.NSData[], Foundation.NSNumber[]> -> unit
override this.ReadPackets : Action<Foundation.NSData[], Foundation.NSNumber[]> -> unit
Parameters
- Attributes