ASP.NET MVC 11.1.10
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class FirewallRules

Inheritance
System.Object
FirewallRules
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 FirewallRules

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.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved