Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.18 KB

streamedfiledatarequest.md

File metadata and controls

21 lines (14 loc) · 1.18 KB
-api-id -api-type
T:Windows.Storage.StreamedFileDataRequest
winrt class

Windows.Storage.StreamedFileDataRequest

-description

Represents a sequential-access output stream that indicates a request for the data stream of a StorageFile that was created by calling CreateStreamedFileAsync or ReplaceWithStreamedFileAsync.

-remarks

This object is passed to the app's StreamedFileDataRequestedHandler function when a stream that is represented by a StorageFile is accessed. Define the StreamedFileDataRequestedHandler function if you use CreateStreamedFileAsync or ReplaceWithStreamedFileAsync to get a StorageFile that represents the stream.

-examples

-see-also