Specifies the scope of addresses from which a port can listen.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Enumeration NET_FW_SCOPE_
public enum NET_FW_SCOPE_
public enum class NET_FW_SCOPE_
type NET_FW_SCOPE_
public enum NET_FW_SCOPE_
Members
| Member name | Description | |
|---|---|---|
| NET_FW_SCOPE_ALL | Scope is all addresses. | |
| NET_FW_SCOPE_CUSTOM | Custom scope. | |
| NET_FW_SCOPE_LOCAL_SUBNET | Scope is local subnet. | |
| NET_FW_SCOPE_MAX | Used for testing only. Not meant for application implementation. |