Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 698 Bytes

randomaccessstreamreference_createfromuri_407037831.md

File metadata and controls

26 lines (18 loc) · 698 Bytes
-api-id -api-type
M:Windows.Storage.Streams.RandomAccessStreamReference.CreateFromUri(Windows.Foundation.Uri)
winrt method

Windows.Storage.Streams.RandomAccessStreamReference.CreateFromUri

-description

Creates a random access stream around the specified URI.

-parameters

-param uri

The Uniform Resource Identifier (URI) to create the stream around. The valid Uniform Resource Identifier (URI) schemes are http, https, ms-appx, and ms-appdata.

-returns

The random access stream that encapsulates uri.

-remarks

-examples

-see-also