Org.Apache.Http.IHttpServerConnection: Method Members

The methods of Org.Apache.Http.IHttpServerConnection are listed below. For a list of all members, see the IHttpServerConnection Members list.

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.