Javax.Net.Ssl.SSLEngine.EnableSessionCreation Property
Returns whether new SSL sessions may be established by this engine.

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 by this engine.

Set method documentation [Android Documentation]

Sets whether new SSL sessions may be established by this engine 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