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