EndpointProtocol Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the kinds of endpoint protocols.
public enum EndpointProtocol
type EndpointProtocol =
Public Enum EndpointProtocol
- Inheritance
-
EndpointProtocol
Fields
Name | Value | Description |
---|---|---|
Http | 0 | Indicates an HTTP endpoint. |
Https | 1 | Indicates an HTTPS endpoint. |
Tcp | 2 | Indicates a TCP endpoint. |
Udp | 3 | Indicates a UDP endpoint. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET