C# Class MediaElementWithHttpClient.HttpRandomAccessStream

Inheritance: IRandomAccessStream
Afficher le fichier Open project: kiewic/MediaElementWithHttpClient Class Usage Examples

Méthodes publiques

Méthode Description
CloneStream ( ) : IRandomAccessStream
CreateAsync ( HttpClient client, Uri uri ) : IAsyncOperation
Dispose ( ) : void
FlushAsync ( ) : Windows.Foundation.IAsyncOperation
GetInputStreamAt ( ulong position ) : IInputStream
GetOutputStreamAt ( ulong position ) : IOutputStream
ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : IAsyncOperationWithProgress,Windows.Foundation
Seek ( ulong position ) : void
WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : IAsyncOperationWithProgress,Windows.Foundation

Private Methods

Méthode Description
HttpRandomAccessStream ( HttpClient client, Uri uri ) : System
SendRequesAsync ( ) : System.Threading.Tasks.Task

Method Details

CloneStream() public méthode

public CloneStream ( ) : IRandomAccessStream
Résultat IRandomAccessStream

CreateAsync() static public méthode

static public CreateAsync ( HttpClient client, Uri uri ) : IAsyncOperation
client HttpClient
uri Uri
Résultat IAsyncOperation

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FlushAsync() public méthode

public FlushAsync ( ) : Windows.Foundation.IAsyncOperation
Résultat Windows.Foundation.IAsyncOperation

GetInputStreamAt() public méthode

public GetInputStreamAt ( ulong position ) : IInputStream
position ulong
Résultat IInputStream

GetOutputStreamAt() public méthode

public GetOutputStreamAt ( ulong position ) : IOutputStream
position ulong
Résultat IOutputStream

ReadAsync() public méthode

public ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : IAsyncOperationWithProgress,Windows.Foundation
buffer Windows.Storage.Streams.IBuffer
count uint
options InputStreamOptions
Résultat IAsyncOperationWithProgress,Windows.Foundation

Seek() public méthode

public Seek ( ulong position ) : void
position ulong
Résultat void

WriteAsync() public méthode

public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : IAsyncOperationWithProgress,Windows.Foundation
buffer Windows.Storage.Streams.IBuffer
Résultat IAsyncOperationWithProgress,Windows.Foundation