Method | Description | |
---|---|---|
CopyToAsync ( this source, Stream destination, |
||
CopyToAsync ( this source, Stream destination, int bytesRemaining, |
||
FlushAsync ( this stream ) : Task | ||
WriteAsync ( this stream, byte buffer, int offset, int count, |
public static CopyToAsync ( this source, Stream destination, |
||
source | this | |
destination | Stream | |
cancel | ||
return | Task |
public static CopyToAsync ( this source, Stream destination, int bytesRemaining, |
||
source | this | |
destination | Stream | |
bytesRemaining | int | |
cancel | ||
return | Task |
public static FlushAsync ( this stream ) : Task | ||
stream | this | |
return | Task |
public static WriteAsync ( this stream, byte buffer, int offset, int count, |
||
stream | this | |
buffer | byte | |
offset | int | |
count | int | |
cancel | ||
return | Task |