Méthode | Description | |
---|---|---|
Close ( ) : void | ||
DeferredStreamContent ( Func |
||
ReadAsBytes ( long length ) : byte[] | ||
ReadAsStream ( ) : Stream | ||
ToString ( ) : string | ||
WriteTo ( Stream other, long length ) : void |
Méthode | Description | |
---|---|---|
WriteTo ( Stream other ) : void |
Méthode | Description | |
---|---|---|
EnsureValue ( ) : StreamContent |
public DeferredStreamContent ( Func |
||
stream | Func |
|
length | long | |
Résultat | System |
public ReadAsBytes ( long length ) : byte[] | ||
length | long | |
Résultat | byte[] |
public WriteTo ( Stream other, long length ) : void | ||
other | Stream | |
length | long | |
Résultat | void |