Метод | Описание | |
---|---|---|
AddCertificate ( |
||
AddHeader ( string key, string value ) : void | ||
BasicHttpRequestBuilder ( ) : System | ||
Create ( ) : |
||
HttpHeaderExists ( string key ) : bool | ||
ReplaceOrAddHeader ( string key, string value ) : void | ||
SetAccept ( string accept ) : void | ||
SetBody ( string body ) : void | ||
SetContentType ( string contentType ) : void | ||
SetMethod ( string method ) : void | ||
SetUri ( |
public AddCertificate ( |
||
certificate | ||
Результат | void |
public AddHeader ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |
public BasicHttpRequestBuilder ( ) : System | ||
Результат | System |
public HttpHeaderExists ( string key ) : bool | ||
key | string | |
Результат | bool |
public ReplaceOrAddHeader ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |
public SetContentType ( string contentType ) : void | ||
contentType | string | |
Результат | void |
public SetUri ( |
||
requestUri | ||
Результат | void |