Method | Description | |
---|---|---|
DeleteAsync ( this client, string requestUri, |
Send a DELETE request to the specified Uri as an asynchronous operation.
|
|
DeleteAsync ( this client, string requestUri, |
Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation.
|
|
toString ( this cloud ) : string |
Hack to do ToString() on enum.
|
public static DeleteAsync ( this client, string requestUri, |
||
client | this | |
requestUri | string | |
content | ||
return | Task |
public static DeleteAsync ( this client, string requestUri, |
||
client | this | |
requestUri | string | |
content | ||
token | ||
return | Task |
public static toString ( this cloud ) : string | ||
cloud | this | |
return | string |