NEAppProxyTcpFlow.ReadDataAsync Method

Definition

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>.

Applies to