NSUrlSessionStreamTask.ReadDataAsync(UIntPtr, UIntPtr, Double) 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.
[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