Scheme(String, ISocketFactory, Int32) Constructor

Definition

Creates a new scheme.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Lorg/apache/http/conn/scheme/SocketFactory;I)V", "")]
public Scheme (string? name, Org.Apache.Http.Conn.Schemes.ISocketFactory? factory, int port);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Lorg/apache/http/conn/scheme/SocketFactory;I)V", "")>]
new Org.Apache.Http.Conn.Schemes.Scheme : string * Org.Apache.Http.Conn.Schemes.ISocketFactory * int -> Org.Apache.Http.Conn.Schemes.Scheme

Parameters

name
String
factory
ISocketFactory
port
Int32
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