C# 클래스 org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPClientExtensions

A HTTP client extension methods.
파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

메소드 설명
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