Method | Description | |
---|---|---|
CloneStream ( ) : IRandomAccessStream | ||
Dispose ( ) : void | ||
FlushAsync ( ) : Windows.Foundation.IAsyncOperation |
||
GetInputStreamAt ( ulong position ) : IInputStream | ||
GetOutputStreamAt ( ulong position ) : IOutputStream | ||
ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.Windows.Foundation.IAsyncOperationWithProgress |
||
Seek ( ulong position ) : void | ||
WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.Windows.Foundation.IAsyncOperationWithProgress |
Method | Description | |
---|---|---|
ConnectAsync ( |
||
ParseTitle ( ) : string | ||
ReadLine ( ) : Task |
||
SendHeaders ( |
||
SetStream ( ) : System.Threading.Tasks.Task | ||
ShoutcastStream ( ) : System |
public FlushAsync ( ) : Windows.Foundation.IAsyncOperation |
||
return | Windows.Foundation.IAsyncOperation |
public GetInputStreamAt ( ulong position ) : IInputStream | ||
position | ulong | |
return | IInputStream |
public GetOutputStreamAt ( ulong position ) : IOutputStream | ||
position | ulong | |
return | IOutputStream |
public ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.Windows.Foundation.IAsyncOperationWithProgress |
||
buffer | Windows.Storage.Streams.IBuffer | |
count | uint | |
options | InputStreamOptions | |
return | uint>.Windows.Foundation.IAsyncOperationWithProgress |
public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.Windows.Foundation.IAsyncOperationWithProgress |
||
buffer | Windows.Storage.Streams.IBuffer | |
return | uint>.Windows.Foundation.IAsyncOperationWithProgress |