Org.Apache.Http.Conn.MultihomePlainSocketFactory Class
Socket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple Java.Net.InetAddresses.

See Also: MultihomePlainSocketFactory Members

Syntax

[Android.Runtime.Register("org/apache/http/conn/MultihomePlainSocketFactory", DoNotGenerateAcw=true)]
public sealed class MultihomePlainSocketFactory : Java.Lang.Object, Org.Apache.Http.Conn.Schemes.ISocketFactory, IDisposable

Remarks

Socket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple Java.Net.InetAddresses. Please note the MultihomePlainSocketFactory.ConnectSocket(Java.Net.Socket, System.String, System.String, System.String, System.String, System.String) method cannot be reliably interrupted by closing the socket returned by the MultihomePlainSocketFactory.CreateSocket method.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Conn
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1