SchemeRegistry.Unregister(String) Method

Definition

Unregisters a scheme.

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

Parameters

name
String

the name of the scheme to unregister (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