Sdílet prostřednictvím


SSLSocket.EnableSessionCreation Property

Definition

Returns whether new SSL sessions may be created by this socket or if existing sessions must be reused.

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

Property Value

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to