C# Class Thrift.Transport.THttpClient

Inheritance: Thrift.Transport.TTransport
Afficher le fichier Open project: evernote/evernote-demo-metro Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CreateRequest ( ) : HttpWebRequest
GetRequestStreamCallback ( IAsyncResult asynchronousResult ) : void
GetResponseCallback ( IAsyncResult asynchronousResult ) : void
SendRequest ( ) : void

Method Details

BeginFlush() public méthode

public BeginFlush ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
Résultat IAsyncResult

Close() public méthode

public Close ( ) : void
Résultat void

EndFlush() public méthode

public EndFlush ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Open() public méthode

public Open ( ) : void
Résultat void

Read() public méthode

public Read ( byte buf, int off, int len ) : int
buf byte
off int
len int
Résultat int

THttpClient() public méthode

public THttpClient ( Uri u ) : System
u System.Uri
Résultat System

Write() public méthode

public Write ( byte buf, int off, int len ) : void
buf byte
off int
len int
Résultat void