Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
.gif)