C# Класс System.Reactive.IronMQ.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
DeleteAsync ( this client, string requestUri, HttpContent content ) : Task

Send a DELETE request to the specified Uri as an asynchronous operation.

DeleteAsync ( this client, string requestUri, HttpContent content, CancellationToken token ) : Task

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.

Описание методов

DeleteAsync() публичный статический Метод

Send a DELETE request to the specified Uri as an asynchronous operation.
public static DeleteAsync ( this client, string requestUri, HttpContent content ) : Task
client this
requestUri string
content System.Net.Http.HttpContent
Результат Task

DeleteAsync() публичный статический Метод

Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation.
public static DeleteAsync ( this client, string requestUri, HttpContent content, CancellationToken token ) : Task
client this
requestUri string
content System.Net.Http.HttpContent
token System.Threading.CancellationToken
Результат Task

toString() публичный статический Метод

Hack to do ToString() on enum.
public static toString ( this cloud ) : string
cloud this
Результат string