Org.Apache.Http.Message.BasicHeaderIterator Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new header iterator.

Protected Constructors

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

Public Properties

[read-only]
HasNextbool. Indicates whether there is another header in this iteration.

Protected Properties

AllHeadersIList<Org.Apache.Http.IHeader>. An array of headers to iterate over.
CurrentIndexint. The position of the next header in BasicHeaderIterator.AllHeaders.
HeaderNamestring. The header name to filter by.
[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

Next() : Java.Lang.Object
Returns the next header.
NextHeader() : Org.Apache.Http.IHeader
Obtains the next header from this iteration.
Remove()
Removing headers is not supported.

Protected Methods

FilterHeader(int) : bool
Checks whether a header is part of the iteration.
FindNext(int) : int
Determines the index of the next header.