Jaa


FileResource.OpenStreamAsync Method

Definition

Open a stream to the resource.

public override System.Threading.Tasks.Task<System.IO.Stream> OpenStreamAsync ();
override this.OpenStreamAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Public Overrides Function OpenStreamAsync () As Task(Of Stream)

Returns

Stream for accesssing the content of the resource.

Applies to