The members of Org.Apache.Http.IHttpMessage are listed below.
Params | Org.Apache.Http.Params.IHttpParams. Returns the parameters effective for this message as set by IHttpMessage.Params. | |
[read-only] | ProtocolVersion | ProtocolVersion. Returns the protocol version this message is compatible with. |
AddHeader(IHeader)Adds a header to this message. | ||
AddHeader(string, string)Adds a header to this message. | ||
ContainsHeader(string)Checks if a certain header is present in this message. | ||
GetAllHeaders()Returns all the headers of this message. | ||
GetFirstHeader(string)Returns the first header with a specified name of this message. | ||
GetHeaders(string)Returns all the headers with a specified name of this message. | ||
GetLastHeader(string)Returns the last header with a specified name of this message. | ||
HeaderIterator()Returns an iterator of all the headers. | ||
HeaderIterator(string)Returns an iterator of the headers with a given name. | ||
RemoveHeader(IHeader)Removes a header from this message. | ||
RemoveHeaders(string)Removes all headers with a certain name from this message. | ||
SetHeader(IHeader)Overwrites the first header with the same name. | ||
SetHeader(string, string)Overwrites the first header with the same name. | ||
SetHeaders(IHeader[])Overwrites all the headers in the message. |