NWTcpConnection.ReadLengthAsync(nuint) Method

Definition

public virtual System.Threading.Tasks.Task<Foundation.NSData> ReadLengthAsync (nuint length);
abstract member ReadLengthAsync : nuint -> System.Threading.Tasks.Task<Foundation.NSData>
override this.ReadLengthAsync : nuint -> System.Threading.Tasks.Task<Foundation.NSData>

Parameters

length
System.System.UIntPtr System.unativeint

Returns

A task that represents the asynchronous ReadLength operation. The value of the TResult parameter is a System.nuint.

Applies to