The members of Org.Apache.Http.IHttpResponse are listed below.
Entity | IHttpEntity. Obtains the message entity of this response, if any. | |
Locale | Java.Util.Locale. Obtains the locale of this response. | |
StatusLine | IStatusLine. Obtains the status line of this response. |
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. |