共用方式為


SslState 列舉

定義

定義 SslState 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum SslState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type SslState = 
Public Enum SslState
繼承
SslState
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

名稱 Description
Disabled 0
SniEnabled 1
IpBasedEnabled 2

適用於