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

적용 대상