The methods of Org.Apache.Http.IHttpMessage are listed below. For a list of all members, see the IHttpMessage Members list.
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. |