共用方式為


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

欄位

Disabled 0
IpBasedEnabled 2
SniEnabled 1

適用於