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 = 3
The protocol is both UDP and TCP.
Tcp = 1
The protocol is TCP.
Udp = 2
The protocol is UDP.
Unknown = 0
The protocol is unknown.