ProxySelectorRoutePlanner Constructors

Definition

Overloads

ProxySelectorRoutePlanner(SchemeRegistry, ProxySelector)
ProxySelectorRoutePlanner(IntPtr, JniHandleOwnership)

ProxySelectorRoutePlanner(SchemeRegistry, ProxySelector)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/conn/scheme/SchemeRegistry;Ljava/net/ProxySelector;)V", "")]
public ProxySelectorRoutePlanner (Org.Apache.Http.Conn.Schemes.SchemeRegistry? schreg, Java.Net.ProxySelector? prosel);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/conn/scheme/SchemeRegistry;Ljava/net/ProxySelector;)V", "")>]
new Org.Apache.Http.Impl.Conn.ProxySelectorRoutePlanner : Org.Apache.Http.Conn.Schemes.SchemeRegistry * Java.Net.ProxySelector -> Org.Apache.Http.Impl.Conn.ProxySelectorRoutePlanner

Parameters

prosel
ProxySelector
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

ProxySelectorRoutePlanner(IntPtr, JniHandleOwnership)

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

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