INetFwProfile Interface

Interface that provides access to the firewall settings profile.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

‘선언
<GuidAttribute("174A0DDA-E9F9-449D-993B-21AB667CA456")> _
Public Interface INetFwProfile
[GuidAttribute("174A0DDA-E9F9-449D-993B-21AB667CA456")]
public interface INetFwProfile
[GuidAttribute(L"174A0DDA-E9F9-449D-993B-21AB667CA456")]
public interface class INetFwProfile
[<GuidAttribute("174A0DDA-E9F9-449D-993B-21AB667CA456")>]
type INetFwProfile =  interface end
public interface INetFwProfile

The INetFwProfile type exposes the following members.

Properties

  Name Description
Public property AuthorizedApplications
Public property ExceptionsNotAllowed Gets or sets a flag indicating whether the firewall should throw exceptions.
Public property FirewallEnabled Gets or sets a flag indicating whether the firewall is enabled.
Public property GloballyOpenPorts
Public property IcmpSettings
Public property NotificationsDisabled Gets or sets a flag indicating whether firewall notifications are disabled.
Public property RemoteAdminSettings Gets the settings governing remote administration.
Public property Services Gets the services belonging to this profile.
Public property Type Gets the type of this profile.
Public property UnicastResponsesToMulticastBroadcastDisabled Gets or sets a flag indicating whether the firewall should allow unicast responses to multicast and broadcast traffic.

Top

See Also

Reference

Microsoft.TeamFoundation.Common Namespace