PlainSocketFactory Constructors

Definition

Overloads

PlainSocketFactory()
PlainSocketFactory(IHostNameResolver)

PlainSocketFactory()

[Android.Runtime.Register(".ctor", "()V", "")]
public PlainSocketFactory ();
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

PlainSocketFactory(IHostNameResolver)

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/conn/scheme/HostNameResolver;)V", "")]
public PlainSocketFactory (Org.Apache.Http.Conn.Schemes.IHostNameResolver? nameResolver);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/conn/scheme/HostNameResolver;)V", "")>]
new Org.Apache.Http.Conn.Schemes.PlainSocketFactory : Org.Apache.Http.Conn.Schemes.IHostNameResolver -> Org.Apache.Http.Conn.Schemes.PlainSocketFactory

Parameters

nameResolver
IHostNameResolver
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