Méthode | Description | |
---|---|---|
Delete ( string url, Action |
||
Get ( string url, Action |
||
Get ( string url, string>.IEnumerable |
||
HttpAsyncClient ( System.TimeSpan timeout ) : System | ||
Post ( string url, string body, string contentType, Action |
||
Post ( string url, string body, string contentType, string>.IEnumerable |
||
Put ( string url, string body, string contentType, Action |
Méthode | Description | |
---|---|---|
HttpAsyncClient ( ) : System | ||
Receive ( string method, string url, string>.IEnumerable |
||
RequestSent ( EventStore.Transport.Http.Client.ClientOperationState state ) : Action |
||
ResponseRead ( EventStore.Transport.Http.Client.ClientOperationState state ) : Action |
||
Send ( string method, string url, string body, string contentType, string>.IEnumerable |
public Delete ( string url, Action |
||
url | string | |
onSuccess | Action |
|
onException | Action |
|
Résultat | void |
public Get ( string url, Action |
||
url | string | |
onSuccess | Action |
|
onException | Action |
|
Résultat | void |
public Get ( string url, string>.IEnumerable |
||
url | string | |
headers | string>.IEnumerable | |
onSuccess | Action |
|
onException | Action |
|
Résultat | void |
public HttpAsyncClient ( System.TimeSpan timeout ) : System | ||
timeout | System.TimeSpan | |
Résultat | System |
public Post ( string url, string body, string contentType, Action |
||
url | string | |
body | string | |
contentType | string | |
onSuccess | Action |
|
onException | Action |
|
Résultat | void |
public Post ( string url, string body, string contentType, string>.IEnumerable |
||
url | string | |
body | string | |
contentType | string | |
headers | string>.IEnumerable | |
onSuccess | Action |
|
onException | Action |
|
Résultat | void |
public Put ( string url, string body, string contentType, Action |
||
url | string | |
body | string | |
contentType | string | |
onSuccess | Action |
|
onException | Action |
|
Résultat | void |