Method | Description | |
---|---|---|
AddHeader ( ) : |
||
AddHeader ( string key, string value ) : |
||
AddQueryString ( ) : |
||
AddQueryString ( string key, string value ) : |
||
AddUrlSegements ( ) : |
||
AddUrlSegements ( string key, string value ) : |
||
SetAuthorization ( string scheme, string authorization ) : |
||
SetBody ( IHttpContent body ) : |
||
SetContentEncoding ( UnicodeEncoding encoding ) : |
||
SetIfModifiedSince ( System.DateTime dt ) : |
||
SetJsonObjectBody ( IJsonValue jsonValue ) : |
||
SetJsonStringBody ( string jsonValue ) : |
||
SetMediaType ( string mediaType ) : |
||
SetNeedBaseUrl ( bool needBaseUrl ) : |
||
SetObjectBody ( object obj, HttpContentType contentType ) : |
||
SetStreamBody ( IInputStream body ) : |
||
SetStringBody ( string body ) : |
Method | Description | |
---|---|---|
ApplyToRequester ( HttpRequestMessage requester, |
||
HandleBody ( |
public AddHeader ( string key, string value ) : |
||
key | string | |
value | string | |
return |
public AddQueryString ( string key, string value ) : |
||
key | string | |
value | string | |
return |
public AddUrlSegements ( string key, string value ) : |
||
key | string | |
value | string | |
return |
public SetAuthorization ( string scheme, string authorization ) : |
||
scheme | string | |
authorization | string | |
return |
public SetBody ( IHttpContent body ) : |
||
body | IHttpContent | |
return |
public SetContentEncoding ( UnicodeEncoding encoding ) : |
||
encoding | UnicodeEncoding | |
return |
public SetIfModifiedSince ( System.DateTime dt ) : |
||
dt | System.DateTime | |
return |
public SetJsonObjectBody ( IJsonValue jsonValue ) : |
||
jsonValue | IJsonValue | |
return |
public SetJsonStringBody ( string jsonValue ) : |
||
jsonValue | string | |
return |
public SetMediaType ( string mediaType ) : |
||
mediaType | string | |
return |
public SetNeedBaseUrl ( bool needBaseUrl ) : |
||
needBaseUrl | bool | |
return |
public SetObjectBody ( object obj, HttpContentType contentType ) : |
||
obj | object | |
contentType | HttpContentType | |
return |
public SetStreamBody ( IInputStream body ) : |
||
body | IInputStream | |
return |
public SetStringBody ( string body ) : |
||
body | string | |
return |