This documentation is archived and is not being maintained.
INetFwOpenPort Interface
Visual Studio 2013
Interface that provides access to the properties of a port that has been opened in the firewall.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
The INetFwOpenPort type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BuiltIn | Checks whether the port is defined by the system. |
![]() | Enabled | Gets or sets whether the settings for this port are currently enabled. |
![]() | IpVersion | Gets or sets the IP version setting for this port. |
![]() | Name | Gets or sets the friendly name of this port. |
![]() | Port | Gets or sets the host-ordered port number for this port. |
![]() | Protocol | Gets or sets the protocol type setting for this port. |
![]() | RemoteAddresses | Gets or sets an array of remote addresses from which the port can listen for traffic. |
![]() | Scope | Gets or sets the network scope from which the port can listen. |
Show:
