Compartilhar via


IPlatformServices.GetStreamAsync(Uri, CancellationToken) Method

Definition

For internal use by the Xamarin.Forms platform.

public System.Threading.Tasks.Task<System.IO.Stream> GetStreamAsync (Uri uri, System.Threading.CancellationToken cancellationToken);
abstract member GetStreamAsync : Uri * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>

Parameters

uri
System.Uri

For internal use by the Xamarin.Forms platform.

cancellationToken
System.Threading.CancellationToken

For internal use by the Xamarin.Forms platform.

Returns

System.Threading.Tasks.Task<System.IO.Stream>

For internal use by the Xamarin.Forms platform.

Applies to