NEAppProxyTcpFlow.ReadData(Action<NSData,NSError>) 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 data from the flow and runs completionHanler
when the operation is complete.
[Foundation.Export("readDataWithCompletionHandler:")]
public virtual void ReadData (Action<Foundation.NSData,Foundation.NSError> completionHandler);
abstract member ReadData : Action<Foundation.NSData, Foundation.NSError> -> unit
override this.ReadData : Action<Foundation.NSData, Foundation.NSError> -> unit
Parameters
- Attributes