The members of Org.Apache.Http.Message.AbstractHttpMessage are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| Params | Org.Apache.Http.Params.IHttpParams. Returns the parameters effective for this message as set by Org.Apache.Http.IHttpMessage.Params. | |
| [read-only] abstract | ProtocolVersion | Org.Apache.Http.ProtocolVersion. Documentation for this section has not yet been entered. |
| Headergroup | HeaderGroup. | |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AddHeader(Org.Apache.Http.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(Org.Apache.Http.IHeader)Removes a header from this message. | ||
RemoveHeaders(string)Removes all headers with a certain name from this message. | ||
SetHeader(Org.Apache.Http.IHeader)Overwrites the first header with the same name. | ||
SetHeader(string, string)Overwrites the first header with the same name. | ||
SetHeaders(Org.Apache.Http.IHeader[])Overwrites all the headers in the message. | ||