Udostępnij za pośrednictwem


InboundEndpointProtocol Wyliczenie

Definicja

Definiuje wartości 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
Dziedziczenie
InboundEndpointProtocol
Atrybuty
Newtonsoft.Json.JsonConverterAttribute

Pola

TCP 0

Użyj protokołu TCP dla punktu końcowego.

UDP 1

Użyj protokołu UDP dla punktu końcowego.

Dotyczy