Method | 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 ( |
||
Write ( byte buf, int off, int len ) : void |
Method | Description | |
---|---|---|
CreateRequest ( ) : |
||
GetRequestStreamCallback ( IAsyncResult asynchronousResult ) : void | ||
GetResponseCallback ( IAsyncResult asynchronousResult ) : void | ||
SendRequest ( ) : void |
public BeginFlush ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public EndFlush ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public Read ( byte buf, int off, int len ) : int | ||
buf | byte | |
off | int | |
len | int | |
return | int |
public Write ( byte buf, int off, int len ) : void | ||
buf | byte | |
off | int | |
len | int | |
return | void |