BasicHeaderElementIterator Constructors

Definition

Overloads

BasicHeaderElementIterator(IHeaderIterator)
BasicHeaderElementIterator(IHeaderIterator, IHeaderValueParser)

Creates a new instance of BasicHeaderElementIterator

BasicHeaderElementIterator(IntPtr, JniHandleOwnership)

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

BasicHeaderElementIterator(IHeaderIterator)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/HeaderIterator;)V", "")]
public BasicHeaderElementIterator (Org.Apache.Http.IHeaderIterator? headerIterator);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/HeaderIterator;)V", "")>]
new Org.Apache.Http.Message.BasicHeaderElementIterator : Org.Apache.Http.IHeaderIterator -> Org.Apache.Http.Message.BasicHeaderElementIterator

Parameters

headerIterator
IHeaderIterator
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

BasicHeaderElementIterator(IHeaderIterator, IHeaderValueParser)

Creates a new instance of BasicHeaderElementIterator

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/HeaderIterator;Lorg/apache/http/message/HeaderValueParser;)V", "")]
public BasicHeaderElementIterator (Org.Apache.Http.IHeaderIterator? headerIterator, Org.Apache.Http.Message.IHeaderValueParser? parser);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/HeaderIterator;Lorg/apache/http/message/HeaderValueParser;)V", "")>]
new Org.Apache.Http.Message.BasicHeaderElementIterator : Org.Apache.Http.IHeaderIterator * Org.Apache.Http.Message.IHeaderValueParser -> Org.Apache.Http.Message.BasicHeaderElementIterator

Parameters

headerIterator
IHeaderIterator
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

BasicHeaderElementIterator(IntPtr, JniHandleOwnership)

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

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

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