This documentation is archived and is not being maintained.
INetFwService Interface
Visual Studio 2013
Interface that provides access to the properties of a service that may be authorized to listen through the firewall.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
The INetFwService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Customized | Gets a flag indicating whether at least one of the ports associated with this service has been customized. |
![]() | Enabled | Gets or sets a flag indicating whether the ports associated with this service are enabled. |
![]() | GloballyOpenPorts | Gets the collection of globally open ports. |
![]() | IpVersion | Gets or sets the internet protocol version of the service. |
![]() | Name | Gets the friendly name of the service. |
![]() | RemoteAddresses | Gets or sets the array of addresses from which the port can listen for traffic. |
![]() | Scope | Gets or sets the network scope from which the port can listen for traffic. |
![]() | Type | Gets the type of the service. |
Show:
