Метод | Описание | |
---|---|---|
ProgressStreamContent ( ProgressStream stream ) : System | ||
ProgressStreamContent ( ProgressStream stream, int bufferSize ) : System | ||
ProgressStreamContent ( Stream stream, |
||
ProgressStreamContent ( Stream stream, int bufferSize ) : System | ||
init ( ProgressStream stream ) : void | ||
readBytes ( long bytes ) : void | ||
reset ( ) : void |
Метод | Описание | |
---|---|---|
SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : Task | ||
TryComputeLength ( long &length ) : bool |
public ProgressStreamContent ( ProgressStream stream ) : System | ||
stream | ProgressStream | |
Результат | System |
public ProgressStreamContent ( ProgressStream stream, int bufferSize ) : System | ||
stream | ProgressStream | |
bufferSize | int | |
Результат | System |
public ProgressStreamContent ( Stream stream, |
||
stream | Stream | |
token | ||
Результат | System |
public ProgressStreamContent ( Stream stream, int bufferSize ) : System | ||
stream | Stream | |
bufferSize | int | |
Результат | System |
protected SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : Task | ||
stream | Stream | |
context | System.Net.TransportContext | |
Результат | Task |
protected TryComputeLength ( long &length ) : bool | ||
length | long | |
Результат | bool |
public init ( ProgressStream stream ) : void | ||
stream | ProgressStream | |
Результат | void |