C# Class RemObjects.InternetPack.Http.HttpOutgoingRequestResponse

Inheritance: HttpRequestResponse
Show file Open project: remobjects/internetpack

Public Methods

Method Description
FinalizeHeader ( ) : void
WriteBodyToConnection ( Connection connection ) : void
WriteHeaderToConnection ( Connection connection ) : void
WriteToConnection ( Connection connection ) : void

Protected Methods

Method Description
HandleOnBytesSent ( Object sender, EventArgs e ) : void
HttpOutgoingRequestResponse ( ) : System
HttpOutgoingRequestResponse ( HttpHeaders header ) : System

Method Details

FinalizeHeader() public method

public FinalizeHeader ( ) : void
return void

HandleOnBytesSent() protected method

protected HandleOnBytesSent ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

HttpOutgoingRequestResponse() protected method

protected HttpOutgoingRequestResponse ( ) : System
return System

HttpOutgoingRequestResponse() protected method

protected HttpOutgoingRequestResponse ( HttpHeaders header ) : System
header HttpHeaders
return System

WriteBodyToConnection() public method

public WriteBodyToConnection ( Connection connection ) : void
connection System.Net.Connection
return void

WriteHeaderToConnection() public method

public WriteHeaderToConnection ( Connection connection ) : void
connection System.Net.Connection
return void

WriteToConnection() public method

public WriteToConnection ( Connection connection ) : void
connection System.Net.Connection
return void