Share via


DefaultHttpRoutePlanner Constructors

Definition

Overloads

DefaultHttpRoutePlanner(SchemeRegistry)
DefaultHttpRoutePlanner(IntPtr, JniHandleOwnership)

DefaultHttpRoutePlanner(SchemeRegistry)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/conn/scheme/SchemeRegistry;)V", "")]
public DefaultHttpRoutePlanner (Org.Apache.Http.Conn.Schemes.SchemeRegistry? schreg);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/conn/scheme/SchemeRegistry;)V", "")>]
new Org.Apache.Http.Impl.Conn.DefaultHttpRoutePlanner : Org.Apache.Http.Conn.Schemes.SchemeRegistry -> Org.Apache.Http.Impl.Conn.DefaultHttpRoutePlanner

Parameters

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

DefaultHttpRoutePlanner(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

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