Partager via


InboundEndpointProtocol Énumération

Définition

Définit des valeurs pour 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
Héritage
InboundEndpointProtocol
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

Tcp 0

Utilisez TCP pour le point de terminaison.

Udp 1

Utilisez UDP pour le point de terminaison.

S’applique à