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 firewall settings profile.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
<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 | |
---|---|---|
![]() |
AuthorizedApplications | |
![]() |
ExceptionsNotAllowed | Gets or sets a flag indicating whether the firewall should throw exceptions. |
![]() |
FirewallEnabled | Gets or sets a flag indicating whether the firewall is enabled. |
![]() |
GloballyOpenPorts | |
![]() |
IcmpSettings | |
![]() |
NotificationsDisabled | Gets or sets a flag indicating whether firewall notifications are disabled. |
![]() |
RemoteAdminSettings | Gets the settings governing remote administration. |
![]() |
Services | Gets the services belonging to this profile. |
![]() |
Type | Gets the type of this profile. |
![]() |
UnicastResponsesToMulticastBroadcastDisabled | Gets or sets a flag indicating whether the firewall should allow unicast responses to multicast and broadcast traffic. |
Top