Method | Description | |
---|---|---|
Create ( Action |
||
Create ( Action |
||
Create ( Action |
||
Create ( |
||
Create ( Func |
||
Create ( Func |
||
Create ( Func |
||
Create ( ICreateHttpContent creator ) : |
||
Create ( Stream source ) : |
||
Create ( Stream source, string contentType, long length ) : |
||
Create ( byte value ) : |
||
Create ( byte value, string contentType ) : |
||
Create ( string value ) : |
||
Create ( string value, |
||
Create ( string value, |
||
Create ( string value, string contentType ) : |
||
CreateEmpty ( ) : |
||
Dispose ( ) : void | ||
GetLength ( ) : long | ||
HasLength ( ) : bool | ||
IsNullOrEmpty ( |
||
LoadIntoBuffer ( ) : void | ||
ReadAsByteArray ( ) : byte[] | ||
ReadAsStream ( ) : Stream | ||
ReadAsString ( ) : string | ||
ToString ( ) : string | ||
WriteTo ( Stream stream ) : void |
Method | Description | |
---|---|---|
CreateReadOnlyMemoryStream ( byte values ) : |
||
HttpContent ( Content content, string contentType, long contentLength ) : System | ||
ThrowIfDisposedOrConsumed ( ) : void |
public static Create ( Action |
||
writer | Action |
|
return |
public static Create ( Action |
||
writer | Action |
|
contentType | string | |
return |
public static Create ( Action |
||
writer | Action |
|
contentType | string | |
length | long | |
return |
public static Create ( |
||
info | ||
contentType | string | |
return |
public static Create ( Func |
||
deferred | Func |
|
return |
public static Create ( Func |
||
deferred | Func |
|
contentType | string | |
return |
public static Create ( Func |
||
deferred | Func |
|
contentType | string | |
length | long | |
return |
public static Create ( ICreateHttpContent creator ) : |
||
creator | ICreateHttpContent | |
return |
public static Create ( Stream source ) : |
||
source | Stream | |
return |
public static Create ( Stream source, string contentType, long length ) : |
||
source | Stream | |
contentType | string | |
length | long | |
return |
public static Create ( byte value ) : |
||
value | byte | |
return |
public static Create ( byte value, string contentType ) : |
||
value | byte | |
contentType | string | |
return |
public static Create ( string value ) : |
||
value | string | |
return |
public static Create ( string value, |
||
value | string | |
encoding | ||
return |
public static Create ( string value, |
||
value | string | |
encoding | ||
contentType | string | |
return |
public static Create ( string value, string contentType ) : |
||
value | string | |
contentType | string | |
return |
public static IsNullOrEmpty ( |
||
content | ||
return | bool |