BasicListHeaderIterator.NextHeader Method

Definition

Obtains the next header from this iteration.

[Android.Runtime.Register("nextHeader", "()Lorg/apache/http/Header;", "GetNextHeaderHandler")]
public virtual Org.Apache.Http.IHeader? NextHeader ();
[<Android.Runtime.Register("nextHeader", "()Lorg/apache/http/Header;", "GetNextHeaderHandler")>]
abstract member NextHeader : unit -> Org.Apache.Http.IHeader
override this.NextHeader : unit -> Org.Apache.Http.IHeader

Returns

Implements

Attributes

Exceptions

if there are no more headers

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