Class FirewallSettings
Inheritance
System.Object
FirewallSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class FirewallSettings
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> |