Javax.Net.Ssl.HttpsURLConnection.DefaultSSLSocketFactory Property
Returns the default SSL socket factory for new instances.

Syntax

[get: Android.Runtime.Register("getDefaultSSLSocketFactory", "()Ljavax/net/ssl/SSLSocketFactory;", "GetGetDefaultSSLSocketFactoryHandler")]
[set: Android.Runtime.Register("setDefaultSSLSocketFactory", "(Ljavax/net/ssl/SSLSocketFactory;)V", "GetSetDefaultSSLSocketFactory_Ljavax_net_ssl_SSLSocketFactory_Handler")]
public static SSLSocketFactory DefaultSSLSocketFactory { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the specified socket factory is null.
Java.Lang.IllegalArgumentExceptionif the specified socket factory is null.
Java.Lang.IllegalArgumentExceptionif the specified socket factory is null.
Java.Lang.IllegalArgumentExceptionif the specified socket factory is null.
Java.Lang.IllegalArgumentExceptionif the specified socket factory is null.

Remarks

Get method documentation [Android Documentation]

Returns the default SSL socket factory for new instances.

Set method documentation [Android Documentation]

Sets the default SSL socket factory to be used by new instances.

Requirements

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