NEAppProxyTcpFlow.ReadDataAsync 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.
public virtual System.Threading.Tasks.Task<Foundation.NSData> ReadDataAsync ();
abstract member ReadDataAsync : unit -> System.Threading.Tasks.Task<Foundation.NSData>
override this.ReadDataAsync : unit -> System.Threading.Tasks.Task<Foundation.NSData>
Returns
A task that represents the asynchronous ReadData operation. The value of the TResult parameter is of type System.Action<Foundation.NSData,Foundation.NSError>.