Enum MicrosoftNlbClusterPortRuleProtocol
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the protocol assigned to a Microsoft network load balancing cluster port rule.
public enum MicrosoftNlbClusterPortRuleProtocol
Fields
Both = 3The protocol is both UDP and TCP.
Tcp = 1The protocol is TCP.
Udp = 2The protocol is UDP.
Unknown = 0The protocol is unknown.