Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<GuidAttribute("E0483BA0-47FF-4D9C-A6D6-7741D0B195F7")> _
Public Interface INetFwOpenPort
[GuidAttribute("E0483BA0-47FF-4D9C-A6D6-7741D0B195F7")]
public interface INetFwOpenPort
[GuidAttribute(L"E0483BA0-47FF-4D9C-A6D6-7741D0B195F7")]
public interface class INetFwOpenPort
[<GuidAttribute("E0483BA0-47FF-4D9C-A6D6-7741D0B195F7")>]
type INetFwOpenPort = interface end
public interface INetFwOpenPort
The INetFwOpenPort type exposes the following members.
Properties
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. |
Top