Метод | Описание | |
---|---|---|
AddCustomHeader ( string headerKey, string value ) : void | ||
AddHeader ( HttpRequestHeader headerType, string value ) : void | ||
CreateRequest ( string operationName, JsonObject parameters ) : IHttpRequest | ||
HttpVerbRequestBuilder ( IHttpRequestFactory requestFactory ) : System | ||
IfModifiedSince ( System.DateTime ifModifiedSince ) : void | ||
SetOAuth2AuthorizationHeader ( string oAuth2Token ) : void |
public AddCustomHeader ( string headerKey, string value ) : void | ||
headerKey | string | |
value | string | |
Результат | void |
public AddHeader ( HttpRequestHeader headerType, string value ) : void | ||
headerType | HttpRequestHeader | |
value | string | |
Результат | void |
public CreateRequest ( string operationName, JsonObject parameters ) : IHttpRequest | ||
operationName | string | |
parameters | JsonObject | |
Результат | IHttpRequest |
public HttpVerbRequestBuilder ( IHttpRequestFactory requestFactory ) : System | ||
requestFactory | IHttpRequestFactory | |
Результат | System |
public IfModifiedSince ( System.DateTime ifModifiedSince ) : void | ||
ifModifiedSince | System.DateTime | |
Результат | void |
public SetOAuth2AuthorizationHeader ( string oAuth2Token ) : void | ||
oAuth2Token | string | |
Результат | void |