Android.Net.SSLCertificateSocketFactory.GetDefault Method
Returns a new socket factory instance with an optional handshake timeout.

Syntax

[Android.Runtime.Register("getDefault", "(I)Ljavax/net/SocketFactory;", "")]
public static Javax.Net.SocketFactory GetDefault (int socketReadTimeoutForSslHandshake)

Parameters

handshakeTimeoutMillis
to use for SSL connection handshake, or 0 for none. The socket timeout is reset to 0 after the handshake.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new socket factory instance with an optional handshake timeout.

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1