AbstractHttpMessage.HeaderIterator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HeaderIterator(String) |
Returns an iterator of the headers with a given name. |
HeaderIterator() |
Returns an iterator of the headers with a given name. |
HeaderIterator(String)
Returns an iterator of the headers with a given name.
[Android.Runtime.Register("headerIterator", "(Ljava/lang/String;)Lorg/apache/http/HeaderIterator;", "GetHeaderIterator_Ljava_lang_String_Handler")]
public virtual Org.Apache.Http.IHeaderIterator? HeaderIterator (string? name);
[<Android.Runtime.Register("headerIterator", "(Ljava/lang/String;)Lorg/apache/http/HeaderIterator;", "GetHeaderIterator_Ljava_lang_String_Handler")>]
abstract member HeaderIterator : string -> Org.Apache.Http.IHeaderIterator
override this.HeaderIterator : string -> Org.Apache.Http.IHeaderIterator
Parameters
- name
- String
the name of the headers over which to iterate, or
null
for all headers
Returns
Implements
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
HeaderIterator()
Returns an iterator of the headers with a given name.
[Android.Runtime.Register("headerIterator", "()Lorg/apache/http/HeaderIterator;", "GetHeaderIteratorHandler")]
public virtual Org.Apache.Http.IHeaderIterator? HeaderIterator ();
[<Android.Runtime.Register("headerIterator", "()Lorg/apache/http/HeaderIterator;", "GetHeaderIteratorHandler")>]
abstract member HeaderIterator : unit -> Org.Apache.Http.IHeaderIterator
override this.HeaderIterator : unit -> Org.Apache.Http.IHeaderIterator
Returns
Implements
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.