C# 클래스 EventStore.Transport.Http.Client.HttpAsyncClient

상속: IHttpClient
파일 보기 프로젝트 열기: EventStore/EventStore 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( string url, Action onSuccess, Action onException ) : void
Get ( string url, Action onSuccess, Action onException ) : void
Get ( string url, string>.IEnumerable headers, Action onSuccess, Action onException ) : void
HttpAsyncClient ( System.TimeSpan timeout ) : System
Post ( string url, string body, string contentType, Action onSuccess, Action onException ) : void
Post ( string url, string body, string contentType, string>.IEnumerable headers, Action onSuccess, Action onException ) : void
Put ( string url, string body, string contentType, Action onSuccess, Action onException ) : void

비공개 메소드들

메소드 설명
HttpAsyncClient ( ) : System
Receive ( string method, string url, string>.IEnumerable headers, Action onSuccess, Action onException ) : void
RequestSent ( EventStore.Transport.Http.Client.ClientOperationState state ) : Action>
ResponseRead ( EventStore.Transport.Http.Client.ClientOperationState state ) : Action>
Send ( string method, string url, string body, string contentType, string>.IEnumerable headers, Action onSuccess, Action onException ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( string url, Action onSuccess, Action onException ) : void
url string
onSuccess Action
onException Action
리턴 void

Get() 공개 메소드

public Get ( string url, Action onSuccess, Action onException ) : void
url string
onSuccess Action
onException Action
리턴 void

Get() 공개 메소드

public Get ( string url, string>.IEnumerable headers, Action onSuccess, Action onException ) : void
url string
headers string>.IEnumerable
onSuccess Action
onException Action
리턴 void

HttpAsyncClient() 공개 메소드

public HttpAsyncClient ( System.TimeSpan timeout ) : System
timeout System.TimeSpan
리턴 System

Post() 공개 메소드

public Post ( string url, string body, string contentType, Action onSuccess, Action onException ) : void
url string
body string
contentType string
onSuccess Action
onException Action
리턴 void

Post() 공개 메소드

public Post ( string url, string body, string contentType, string>.IEnumerable headers, Action onSuccess, Action onException ) : void
url string
body string
contentType string
headers string>.IEnumerable
onSuccess Action
onException Action
리턴 void

Put() 공개 메소드

public Put ( string url, string body, string contentType, Action onSuccess, Action onException ) : void
url string
body string
contentType string
onSuccess Action
onException Action
리턴 void