[This is preliminary documentation and is subject to change.]
Enables/diables the protection. When protection is disabled then all traffic is allowed
Namespace: NFX.IO.Net.GateAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public bool Enabled { get; set; }
[ConfigAttribute]
public bool Enabled { get; set; }
<ConfigAttribute>
Public Property Enabled As Boolean
Get
Set
<ConfigAttribute>
Public Property Enabled As Boolean
Get
Set
public:
[ConfigAttribute]
virtual property bool Enabled {
bool get () sealed;
void set (bool value) sealed;
}
public:
[ConfigAttribute]
virtual property bool Enabled {
bool get () sealed;
void set (bool value) sealed;
}
[<ConfigAttribute>]
abstract Enabled : bool with get, set
[<ConfigAttribute>]
override Enabled : bool with get, set
[<ConfigAttribute>]
abstract Enabled : bool with get, set
[<ConfigAttribute>]
override Enabled : bool with get, set
Property Value
Type:
BooleanImplements
INetGate Enabled