INetFwOpenPort Interface

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
Public property BuiltIn Checks whether the port is defined by the system.
Public property Enabled Gets or sets whether the settings for this port are currently enabled.
Public property IpVersion Gets or sets the IP version setting for this port.
Public property Name Gets or sets the friendly name of this port.
Public property Port Gets or sets the host-ordered port number for this port.
Public property Protocol Gets or sets the protocol type setting for this port.
Public property RemoteAddresses Gets or sets an array of remote addresses from which the port can listen for traffic.
Public property Scope Gets or sets the network scope from which the port can listen.

Top

See Also

Reference

Microsoft.TeamFoundation.Common Namespace