C# Класс org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPClientExtensions

A HTTP client extension methods.
Показать файл Открыть проект

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

Метод Описание
ADD ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder

Create a new HTTP ADD request.

COUNT ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder

Create a new HTTP COUNT request.

CREATE ( this HTTPClient, String URI ) : HTTPRequestBuilder

Create a new HTTP CREATE request.

CREATE ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder

Create a new HTTP CREATE request.

DELETE ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder

Create a new HTTP DELETE request.

GET ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder

Create a new HTTP GET request.

HEAD ( this HTTPClient, String URI ) : HTTPRequestBuilder

Create a new HTTP HEAD request.

OPTIONS ( this HTTPClient, String URI ) : HTTPRequestBuilder

Create a new HTTP OPTIONS request.

PATCH ( this HTTPClient, String URI ) : HTTPRequestBuilder

Create a new HTTP PATCH request.

POST ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder

Create a new HTTP POST request.

PUT ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder

Create a new HTTP PUT request.

SET ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder

Create a new HTTP SET request.

TRACE ( this HTTPClient, String URI ) : HTTPRequestBuilder

Create a new HTTP TRACE request.

TRAVERSE ( this HTTPClient, String URI ) : HTTPRequestBuilder

Create a new HTTP TRAVERSE request.

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

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

Create a new HTTP ADD request.
public static ADD ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
BuilderAction Action A delegate to configure the new HTTP request builder.
Результат HTTPRequestBuilder

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

Create a new HTTP COUNT request.
public static COUNT ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
BuilderAction Action A delegate to configure the new HTTP request builder.
Результат HTTPRequestBuilder

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

Create a new HTTP CREATE request.
public static CREATE ( this HTTPClient, String URI ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
Результат HTTPRequestBuilder

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

Create a new HTTP CREATE request.
public static CREATE ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
BuilderAction Action A delegate to configure the new HTTP request builder.
Результат HTTPRequestBuilder

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

Create a new HTTP DELETE request.
public static DELETE ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
BuilderAction Action A delegate to configure the new HTTP request builder.
Результат HTTPRequestBuilder

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

Create a new HTTP GET request.
public static GET ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
BuilderAction Action A delegate to configure the new HTTP request builder.
Результат HTTPRequestBuilder

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

Create a new HTTP HEAD request.
public static HEAD ( this HTTPClient, String URI ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
Результат HTTPRequestBuilder

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

Create a new HTTP OPTIONS request.
public static OPTIONS ( this HTTPClient, String URI ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
Результат HTTPRequestBuilder

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

Create a new HTTP PATCH request.
public static PATCH ( this HTTPClient, String URI ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
Результат HTTPRequestBuilder

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

Create a new HTTP POST request.
public static POST ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
BuilderAction Action A delegate to configure the new HTTP request builder.
Результат HTTPRequestBuilder

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

Create a new HTTP PUT request.
public static PUT ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
BuilderAction Action
Результат HTTPRequestBuilder

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

Create a new HTTP SET request.
public static SET ( this HTTPClient, String URI, Action BuilderAction = null ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
BuilderAction Action A delegate to configure the new HTTP request builder.
Результат HTTPRequestBuilder

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

Create a new HTTP TRACE request.
public static TRACE ( this HTTPClient, String URI ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
Результат HTTPRequestBuilder

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

Create a new HTTP TRAVERSE request.
public static TRAVERSE ( this HTTPClient, String URI ) : HTTPRequestBuilder
HTTPClient this A HTTP client.
URI String An URL path.
Результат HTTPRequestBuilder