Méthode | Description | |
---|---|---|
AsGet ( string httpMethod ) : HttpResponse |
Execute a GET-style request with the specified HTTP Method.
|
|
AsGetAsync ( Action |
Execute an async GET-style request with the specified HTTP Method.
|
|
AsPost ( string httpMethod ) : HttpResponse |
Execute a POST-style request with the specified HTTP Method.
|
|
AsPostAsync ( Action |
Execute an async POST-style request with the specified HTTP Method.
|
|
Delete ( ) : HttpResponse |
Execute a DELETE request
|
|
DeleteAsync ( Action |
||
Get ( ) : HttpResponse |
Execute a GET request
|
|
GetAsync ( Action |
||
Head ( ) : HttpResponse |
Execute a HEAD request
|
|
HeadAsync ( Action |
||
Options ( ) : HttpResponse |
Execute an OPTIONS request
|
|
OptionsAsync ( Action |
||
Patch ( ) : HttpResponse |
Execute a PATCH request
|
|
PatchAsync ( Action |
||
Post ( ) : HttpResponse |
Execute a POST request
|
|
PostAsync ( Action |
||
Put ( ) : HttpResponse |
Execute a PUT request
|
|
PutAsync ( Action |
Méthode | Description | |
---|---|---|
AddAsyncHeaderActions ( ) : void | ||
AddSyncHeaderActions ( ) : void | ||
CalculateContentLength ( ) : long | ||
ConfigureAsyncWebRequest ( string method, |
||
ConfigureWebRequest ( string method, |
||
ExecuteCallback ( HttpResponse response, Action |
||
GetRawResponse ( |
||
GetRawResponseAsync ( IAsyncResult result, Action |
||
GetResponse ( |
||
GetStyleMethodInternal ( string method ) : HttpResponse | ||
GetStyleMethodInternalAsync ( string method, Action |
||
PostPutInternal ( string method ) : HttpResponse | ||
PreparePostData ( |
||
PutPostInternalAsync ( string method, Action |
||
RequestStreamCallback ( IAsyncResult result, Action |
||
ResponseCallback ( IAsyncResult result, Action |
||
SetTimeout ( IAsyncResult asyncResult, TimeOutState timeOutState ) : void | ||
TimeoutCallback ( object state, bool timedOut ) : void | ||
WriteRequestBody ( |
||
WriteRequestBodyAsync ( |
public AsGet ( string httpMethod ) : HttpResponse | ||
httpMethod | string | The HTTP method to execute. |
Résultat | HttpResponse |
public AsGetAsync ( Action |
||
action | Action |
|
httpMethod | string | The HTTP method to execute. |
Résultat |
public AsPost ( string httpMethod ) : HttpResponse | ||
httpMethod | string | The HTTP method to execute. |
Résultat | HttpResponse |
public AsPostAsync ( Action |
||
action | Action |
|
httpMethod | string | The HTTP method to execute. |
Résultat |
public DeleteAsync ( Action |
||
action | Action |
|
Résultat |
public GetAsync ( Action |
||
action | Action |
|
Résultat |
public HeadAsync ( Action |
||
action | Action |
|
Résultat |
public OptionsAsync ( Action |
||
action | Action |
|
Résultat |
public PatchAsync ( Action |
||
action | Action |
|
Résultat |
public PostAsync ( Action |
||
action | Action |
|
Résultat |
public PutAsync ( Action |
||
action | Action |
|
Résultat |