Javax.Net.Ssl.HttpsURLConnection.SSLSocketFactory Property
Returns the SSL socket factory used by this instance.

Syntax

[get: Android.Runtime.Register("getSSLSocketFactory", "()Ljavax/net/ssl/SSLSocketFactory;", "GetGetSSLSocketFactoryHandler")]
[set: Android.Runtime.Register("setSSLSocketFactory", "(Ljavax/net/ssl/SSLSocketFactory;)V", "GetSetSSLSocketFactory_Ljavax_net_ssl_SSLSocketFactory_Handler")]
public virtual SSLSocketFactory SSLSocketFactory { 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 SSL socket factory used by this instance.

Set method documentation [Android Documentation]

Sets the SSL socket factory for this instance.

Requirements

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