Share via


NSUrlSessionStreamTask.ReadDataAsync(UIntPtr, UIntPtr, Double) Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSUrlSessionStreamDataRead> ReadDataAsync(UIntPtr minBytes, UIntPtr maxBytes, double timeout);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReadDataAsync : unativeint * unativeint * double -> System.Threading.Tasks.Task<Foundation.NSUrlSessionStreamDataRead>
override this.ReadDataAsync : unativeint * unativeint * double -> System.Threading.Tasks.Task<Foundation.NSUrlSessionStreamDataRead>

Parameters

minBytes
UIntPtr

unativeint

maxBytes
UIntPtr

unativeint

timeout
Double

Returns

A task that represents the asynchronous ReadData operation. The value of the TResult parameter is of type Foundation.NSUrlSessionStreamDataRead. To be added.

Attributes

Applies to