共用方式為


SSLSocket.EnableSessionCreation 屬性

定義

傳回這個套接字是否可以建立新的 SSL 工作階段,或是否必須重複使用現有的工作階段。

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

屬性值

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於