Enum ServiceEndpointProtocol
Enumerats the network protocols that can be implemented by a ServiceEndpoint.
Namespace: Neon.Service
Assembly: Neon.Common.dll
Syntax
public enum ServiceEndpointProtocol
Fields
Name | Description |
---|---|
Http | HTTP. |
Https | HTTPS. |
Tcp | TCP. |
Udp | UDP. |