Org.Apache.Http.IHttpServerConnection Members

The members of Org.Apache.Http.IHttpServerConnection are listed below.

Public Methods

Flush()
Sends all pending buffered data over this connection.
ReceiveRequestEntity(IHttpEntityEnclosingRequest)
Receives the next request entity available from this connection and attaches it to an existing request.
ReceiveRequestHeader() : IHttpRequest
Receives the request line and all headers available from this connection.
SendResponseEntity(IHttpResponse)
Sends the response entity of a response over this connection.
SendResponseHeader(IHttpResponse)
Sends the response line and headers of a response over this connection.