NetworkStackHint 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.
Represents information as to which IPV4/IPV6 configuration the signaling stack is configured.
public enum class NetworkStackHint
public enum NetworkStackHint
type NetworkStackHint =
Public Enum NetworkStackHint
- Inheritance
-
NetworkStackHint
Fields
Name | Value | Description |
---|---|---|
Dual | 0 | The stack is configured to support both IPV4 and IPV6 addressing. |
Internetwork | 1 | The stack supports IPV4 addresses only. |
InternetworkV6 | 2 | The stack supports IPV6 addresses only. |