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
Declaration
public List<FirewallRules> InBoundRules { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FirewallRules> |
OutBoundRules
Declaration
public List<FirewallRules> OutBoundRules { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FirewallRules> |