Method | Description | |
---|---|---|
GetAsync ( string url ) : Task |
||
GetAsync ( string url, Action |
||
GetHttpRequestStreamAsync ( this request ) : Task |
||
GetHttpResponseAsync ( this request ) : Task |
||
PostAsync ( string url ) : Task |
||
PostAsync ( string url, Action |
||
PostAsync ( string url, Action |
||
PostAsync ( string url, string>.IDictionary |
||
ReadAsString ( this response ) : string |
Method | Description | |
---|---|---|
PostInternal ( string url, Action |
||
ProcessPostData ( string>.IDictionary |
public static GetAsync ( string url, Action |
||
url | string | |
requestPreparer | Action |
|
return | Task |
public static GetHttpRequestStreamAsync ( this request ) : Task |
||
request | this | |
return | Task |
public static GetHttpResponseAsync ( this request ) : Task |
||
request | this | |
return | Task |
public static PostAsync ( string url ) : Task |
||
url | string | |
return | Task |
public static PostAsync ( string url, Action |
||
url | string | |
requestPreparer | Action |
|
return | Task |
public static PostAsync ( string url, Action |
||
url | string | |
requestPreparer | Action |
|
postData | string>.IDictionary | |
return | Task |
public static PostAsync ( string url, string>.IDictionary |
||
url | string | |
postData | string>.IDictionary | |
return | Task |
public static ReadAsString ( this response ) : string | ||
response | this | |
return | string |