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를 사용합니다.

적용 대상