次の方法で共有


ServerConnectionType 列挙型

定義

ServerConnectionType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ServerConnectionType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ServerConnectionType = 
Public Enum ServerConnectionType
継承
ServerConnectionType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Default 0
Proxy 1
Redirect 2

適用対象