INetFwService Interface
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)
Syntax
'Декларация
<GuidAttribute("79FD57C8-908E-4A36-9888-D5B3F0A444CF")> _
Public Interface INetFwService
[GuidAttribute("79FD57C8-908E-4A36-9888-D5B3F0A444CF")]
public interface INetFwService
[GuidAttribute(L"79FD57C8-908E-4A36-9888-D5B3F0A444CF")]
public interface class INetFwService
[<GuidAttribute("79FD57C8-908E-4A36-9888-D5B3F0A444CF")>]
type INetFwService = interface end
public interface INetFwService
The INetFwService type exposes the following members.
Properties
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. |
Top