Org.Apache.Http.Message.HeaderGroup Members

The members of Org.Apache.Http.Message.HeaderGroup are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructor for HeaderGroup.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddHeader(Org.Apache.Http.IHeader)
Adds the given header to the group.
Clear()
Removes any contained headers.
Clone() : Java.Lang.Object
Creates and returns a copy of this Object.
ContainsHeader(string) : bool
Tests if headers with the given name are contained within this group.
Copy() : HeaderGroup
Returns a copy of this object
GetAllHeaders() : Org.Apache.Http.IHeader[]
Gets all of the headers contained within this group.
GetCondensedHeader(string) : Org.Apache.Http.IHeader
Gets a header representing all of the header values with the given name.
GetFirstHeader(string) : Org.Apache.Http.IHeader
Gets the first header with the given name.
GetHeaders(string) : Org.Apache.Http.IHeader[]
Gets all of the headers with the given name.
GetLastHeader(string) : Org.Apache.Http.IHeader
Gets the last header with the given name.
Iterator() : Org.Apache.Http.IHeaderIterator
Returns an iterator over this group of headers.
Iterator(string) : Org.Apache.Http.IHeaderIterator
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.