Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Enum NetricsConMgr.ProtocolChoice
C#
public enum NetricsConMgr.ProtocolChoice
C++
public enum class NetricsConMgr.ProtocolChoice
J#
public enum NetricsConMgr.ProtocolChoice
JScript
public enum NetricsConMgr.ProtocolChoice

Members

Member NameDescription
DEFAULTUse the default protocols.
IPV4_ONLYUse only the IPv4 protocol.
IPV6_ONLYUse only the IPv6 protocol.
MIXEDDefer choice between IPv4 and IPv6 to network configuration.

See Also