C# 클래스 MediaElementWithHttpClient.HttpRandomAccessStream

상속: IRandomAccessStream
파일 보기 프로젝트 열기: kiewic/MediaElementWithHttpClient 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
HttpRandomAccessStream ( HttpClient client, Uri uri ) : System
SendRequesAsync ( ) : System.Threading.Tasks.Task

메소드 상세

CloneStream() 공개 메소드

public CloneStream ( ) : IRandomAccessStream
리턴 IRandomAccessStream

CreateAsync() 정적인 공개 메소드

static public CreateAsync ( HttpClient client, Uri uri ) : IAsyncOperation
client HttpClient
uri Uri
리턴 IAsyncOperation

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FlushAsync() 공개 메소드

public FlushAsync ( ) : Windows.Foundation.IAsyncOperation
리턴 Windows.Foundation.IAsyncOperation

GetInputStreamAt() 공개 메소드

public GetInputStreamAt ( ulong position ) : IInputStream
position ulong
리턴 IInputStream

GetOutputStreamAt() 공개 메소드

public GetOutputStreamAt ( ulong position ) : IOutputStream
position ulong
리턴 IOutputStream

ReadAsync() 공개 메소드

public ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : IAsyncOperationWithProgress,Windows.Foundation
buffer Windows.Storage.Streams.IBuffer
count uint
options InputStreamOptions
리턴 IAsyncOperationWithProgress,Windows.Foundation

Seek() 공개 메소드

public Seek ( ulong position ) : void
position ulong
리턴 void

WriteAsync() 공개 메소드

public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : IAsyncOperationWithProgress,Windows.Foundation
buffer Windows.Storage.Streams.IBuffer
리턴 IAsyncOperationWithProgress,Windows.Foundation