C# Class RemObjects.InternetPack.Http.AsyncHttpWorker

Inheritance: AsyncWorker
ファイルを表示 Open project: remobjects/internetpack Class Usage Examples

Public Methods

Method Description
SendResponse ( ) : void
Setup ( ) : void

Private Methods

Method Description
DisconnectCallback ( Object sender, EventArgs e ) : void
HeaderFirstLineCallback ( IAsyncResult ar ) : void
HeaderLinesCallback ( IAsyncResult ar ) : void
InvalidRequestCallback ( IAsyncResult ar ) : void
ResponseBodyCallback ( IAsyncResult ar ) : void
SendInvalidRequest ( ) : void
SendInvalidRequest ( Exception ex ) : void
WantBodyCallback ( IAsyncResult ar ) : void

Method Details

SendResponse() public method

public SendResponse ( ) : void
return void

Setup() public method

public Setup ( ) : void
return void