BasicHeaderIterator Constructors

Definition

Overloads

Name Description
BasicHeaderIterator(IHeader[], String)

Creates a new header iterator.

BasicHeaderIterator(IntPtr, JniHandleOwnership)

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

BasicHeaderIterator(IHeader[], String)

Creates a new header iterator.

[Android.Runtime.Register(".ctor", "([Lorg/apache/http/Header;Ljava/lang/String;)V", "")]
public BasicHeaderIterator(Org.Apache.Http.IHeader[]? headers, string? name);
[<Android.Runtime.Register(".ctor", "([Lorg/apache/http/Header;Ljava/lang/String;)V", "")>]
new Org.Apache.Http.Message.BasicHeaderIterator : Org.Apache.Http.IHeader[] * string -> Org.Apache.Http.Message.BasicHeaderIterator

Parameters

headers
IHeader[]

The array of headers over which to iterate.

name
String

The name of headers to iterate, or null for any header.

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

BasicHeaderIterator(IntPtr, JniHandleOwnership)

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

protected BasicHeaderIterator(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Message.BasicHeaderIterator : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Message.BasicHeaderIterator

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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