UtilFirewallFirewallEnabled Property
Gets a value indicating whether the Windows Firewall is enabled for the current network profile.
Namespace: DevCase.Core.Networking.SecurityAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool FirewallEnabled { get; }
Public Shared ReadOnly Property FirewallEnabled As Boolean
Get
Dim value As Boolean
value = UtilFirewall.FirewallEnabled
public:
static property bool FirewallEnabled {
bool get ();
}
static member FirewallEnabled : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if the Windows Firewall is enabled; otherwise,
.