Org.Apache.Http.IHttpResponse Members

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

Public Properties

EntityIHttpEntity. Obtains the message entity of this response, if any.
LocaleJava.Util.Locale. Obtains the locale of this response.
StatusLineIStatusLine. Obtains the status line of this response.

Public Methods

SetReasonPhrase(string)
Updates the status line of this response with a new reason phrase.
SetStatusCode(int)
Updates the status line of this response with a new status code.
SetStatusLine(ProtocolVersion, int)
Sets the status line of this response.
SetStatusLine(ProtocolVersion, int, string)
Sets the status line of this response with a reason phrase.