NSUrlSessionStreamTask.ReadDataAsync(nuint, nuint, 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.
public virtual System.Threading.Tasks.Task<Foundation.NSUrlSessionStreamDataRead> ReadDataAsync (nuint minBytes, nuint maxBytes, double timeout);
abstract member ReadDataAsync : nuint * nuint * double -> System.Threading.Tasks.Task<Foundation.NSUrlSessionStreamDataRead>
override this.ReadDataAsync : nuint * nuint * double -> System.Threading.Tasks.Task<Foundation.NSUrlSessionStreamDataRead>
Parameters
- minBytes
- System.System.UIntPtr System.unativeint
- maxBytes
- System.System.UIntPtr System.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.