Edit

Share via


NetworkStackHint Enum

Definition

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.

Applies to