C# 클래스 Thrift.Transport.THttpClient

상속: Thrift.Transport.TTransport
파일 보기 프로젝트 열기: evernote/evernote-demo-metro 1 사용 예제들

공개 메소드들

메소드 설명
BeginFlush ( AsyncCallback callback, object state ) : IAsyncResult
Close ( ) : void
EndFlush ( IAsyncResult asyncResult ) : void
Flush ( ) : void
Open ( ) : void
Read ( byte buf, int off, int len ) : int
THttpClient ( Uri u ) : System
Write ( byte buf, int off, int len ) : void

비공개 메소드들

메소드 설명
CreateRequest ( ) : HttpWebRequest
GetRequestStreamCallback ( IAsyncResult asynchronousResult ) : void
GetResponseCallback ( IAsyncResult asynchronousResult ) : void
SendRequest ( ) : void

메소드 상세

BeginFlush() 공개 메소드

public BeginFlush ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
리턴 IAsyncResult

Close() 공개 메소드

public Close ( ) : void
리턴 void

EndFlush() 공개 메소드

public EndFlush ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buf, int off, int len ) : int
buf byte
off int
len int
리턴 int

THttpClient() 공개 메소드

public THttpClient ( Uri u ) : System
u System.Uri
리턴 System

Write() 공개 메소드

public Write ( byte buf, int off, int len ) : void
buf byte
off int
len int
리턴 void