次の方法で共有


InboundEndpointProtocol 列挙型

定義

InboundEndpointProtocol の値を定義します。

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

フィールド

名前 説明
TCP 0

エンドポイントには TCP を使用します。

UDP 1

エンドポイントには UDP を使用します。

適用対象