ThreadSafeClientConnManager.SchemeRegistry Property

Definition

Gets the registry of schemes supported by this manager.

public virtual Org.Apache.Http.Conn.Schemes.SchemeRegistry? SchemeRegistry { [Android.Runtime.Register("getSchemeRegistry", "()Lorg/apache/http/conn/scheme/SchemeRegistry;", "GetGetSchemeRegistryHandler")] get; }
[<get: Android.Runtime.Register("getSchemeRegistry", "()Lorg/apache/http/conn/scheme/SchemeRegistry;", "GetGetSchemeRegistryHandler")>]
member this.SchemeRegistry : Org.Apache.Http.Conn.Schemes.SchemeRegistry

Property Value

The scheme registry used to create connections.

Implements

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