Class FirewallSettings
Inheritance
System.Object
FirewallSettings
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class FirewallSettings : Object
Constructors
FirewallSettings()
Declaration
public FirewallSettings()
Properties
InBoundRules
Gets or sets the inbound firewall rules.
Declaration
public List<FirewallRules> InBoundRules { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FirewallRules> | A list of FirewallRules objects representing the inbound rules for the firewall. |
OutBoundRules
Gets or sets the outbound firewall rules.
Declaration
public List<FirewallRules> OutBoundRules { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FirewallRules> | A list of FirewallRules objects representing the outbound rules for the firewall. |