SchemeRegistry.Get(String) Method

Definition

Obtains a scheme by name, if registered.

[Android.Runtime.Register("get", "(Ljava/lang/String;)Lorg/apache/http/conn/scheme/Scheme;", "")]
public Org.Apache.Http.Conn.Schemes.Scheme? Get (string? name);
[<Android.Runtime.Register("get", "(Ljava/lang/String;)Lorg/apache/http/conn/scheme/Scheme;", "")>]
member this.Get : string -> Org.Apache.Http.Conn.Schemes.Scheme

Parameters

name
String

the name of the scheme to look up (in lowercase)

Returns

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