Javax.Net.Ssl.SSLSocket.EnableSessionCreation Property
Returns whether new SSL sessions may be created by this socket or if existing sessions must be reused.

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 created by this socket or if existing sessions must be reused.

Set method documentation [Android Documentation]

Sets whether new SSL sessions may be created by this socket or if existing sessions must be reused. If flag is false and there are no sessions to resume, handshaking will fail.

Requirements

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