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

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.

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