Javax.Net.Ssl.SSLServerSocket.EnableSessionCreation Property
Returns whether new SSL sessions may be established for new connections.

Syntax

[get: Android.Runtime.Register("getEnableSessionCreation", "()Z", "GetGetEnableSessionCreationHandler")]
[set: Android.Runtime.Register("setEnableSessionCreation", "(Z)V", "GetSetEnableSessionCreation_ZHandler")]
public abstract bool EnableSessionCreation { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns whether new SSL sessions may be established for new connections.

Set method documentation [Android Documentation]

Sets whether new SSL sessions may be established for new connections.

Requirements

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