The members of Org.Apache.Http.Message.HeaderGroup are listed below.
See Also: Inherited members from Java.Lang.Object
| Constructor for HeaderGroup. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [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 the given header to the group. | ||
Clear()Removes any contained headers. | ||
Clone()Creates and returns a copy of this Object. | ||
ContainsHeader(string)Tests if headers with the given name are contained within this group. | ||
Copy()Returns a copy of this object | ||
GetAllHeaders()Gets all of the headers contained within this group. | ||
GetCondensedHeader(string)Gets a header representing all of the header values with the given name. | ||
GetFirstHeader(string)Gets the first header with the given name. | ||
GetHeaders(string)Gets all of the headers with the given name. | ||
GetLastHeader(string)Gets the last header with the given name. | ||
Iterator()Returns an iterator over this group of headers. | ||
Iterator(string)Returns an iterator over the headers with a given name in this group. | ||
RemoveHeader(Org.Apache.Http.IHeader)Removes the given header. | ||
SetHeaders(Org.Apache.Http.IHeader[])Sets all of the headers contained within this group overriding any existing headers. | ||
UpdateHeader(Org.Apache.Http.IHeader)Replaces the first occurence of the header with the same name. | ||