Class FirewallRules
Inheritance
System.Object
FirewallRules
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class FirewallRules : Object
Constructors
FirewallRules()
Declaration
public FirewallRules()
Properties
Action
Gets or sets the action to be performed by the firewall rule.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string describing the action (e.g., allow, deny) to be executed by the firewall rule. |
Name
Gets or sets the name of the firewall rule.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the name associated with the firewall rule. |
Port
Gets or sets the port for the firewall rule.
Declaration
public string Port { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the port number associated with the firewall rule. |
URL
Gets or sets the URL tied to the firewall rule.
Declaration
public string URL { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the URL for the firewall rule. Note that URI properties in this context are represented as strings. |