I am trying to download a file using StorageFile
method CreateStreamedFileFromUriAsync
but i am confused with IRandomAccessStreamReference
parameter. How can I pass a IRandomAccessStreamReference? It is an interface. What sould I do?
public static IAsyncOperation<StorageFile> CreateStreamedFileFromUriAsync(
string displayNameWithExtension,
Uri uri,
IRandomAccessStreamReference thumbnail
)