Property | Type | Description | |
---|---|---|---|
ReadTheBody | int |
Method | Description | |
---|---|---|
AddHeader ( string key, IEnumerable |
Set header, adding to any other values this header may have
|
|
AddHeader ( string key, string value ) : |
Set header with a string, adding to any other values this header may have
|
|
AddToBody ( byte bodyPart ) : |
||
AddToBody ( string bodyPart ) : |
||
BeginReadBody ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
EndReadBody ( IAsyncResult result ) : int | ||
RequestWriter ( ) : System | ||
RequestWriter ( IRequest rawRequest ) : System | ||
RequestWriter ( string uri ) : System | ||
RequestWriter ( string method, string uri ) : System | ||
RequestWriter ( string method, string uri, byte body ) : System | ||
RequestWriter ( string method, string uri, string body ) : System | ||
SetBody ( string>.IDictionary |
||
SetBody ( byte body ) : |
||
SetBody ( string body ) : |
||
SetContentType ( string type ) : |
||
SetHeader ( string key, IEnumerable |
Set header, overriding any other values this header may have
|
|
SetHeader ( string key, string value ) : |
Set header with a string, overriding any other values this header may have
|
|
SetItem ( string key, object value ) : |
||
SetMethod ( string method ) : |
||
SetUri ( string uri ) : |
||
SetValidDefaults ( ) : void |
Method | Description | |
---|---|---|
ReadTheBody ( byte buffer, int offset, int count ) : int |
public AddHeader ( string key, IEnumerable |
||
key | string | |
value | IEnumerable |
|
return |
public AddHeader ( string key, string value ) : |
||
key | string | |
value | string | |
return |
public AddToBody ( byte bodyPart ) : |
||
bodyPart | byte | |
return |
public AddToBody ( string bodyPart ) : |
||
bodyPart | string | |
return |
public BeginReadBody ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public EndReadBody ( IAsyncResult result ) : int | ||
result | IAsyncResult | |
return | int |
public RequestWriter ( IRequest rawRequest ) : System | ||
rawRequest | IRequest | |
return | System |
public RequestWriter ( string method, string uri ) : System | ||
method | string | |
uri | string | |
return | System |
public RequestWriter ( string method, string uri, byte body ) : System | ||
method | string | |
uri | string | |
body | byte | |
return | System |
public RequestWriter ( string method, string uri, string body ) : System | ||
method | string | |
uri | string | |
body | string | |
return | System |
public SetBody ( string>.IDictionary |
||
postData | string>.IDictionary | |
return |
public SetBody ( string body ) : |
||
body | string | |
return |
public SetContentType ( string type ) : |
||
type | string | |
return |
public SetHeader ( string key, IEnumerable |
||
key | string | |
value | IEnumerable |
|
return |
public SetHeader ( string key, string value ) : |
||
key | string | |
value | string | |
return |
public SetItem ( string key, object value ) : |
||
key | string | |
value | object | |
return |
public SetMethod ( string method ) : |
||
method | string | |
return |