Walter.Web.FireWall
ProtectedEndPointTypes Property
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace > IFireWallConfig Interface : ProtectedEndPointTypes Property
The list of endpoint types that the firewall is going to protect.
Syntax
IList<Type> ProtectedEndPointTypes {get;}
Remarks
Default protection is for Microsoft.AspNetCore.Mvc.ControllerBase,Microsoft.AspNetCore.Mvc.Controller and Microsoft.AspNetCore.Mvc.Razor.RazorPage however you can add any classes of your own that contain endpoints

Normally you would add the classes if these classes are derived of any of the above classes

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFireWallConfig Interface
IFireWallConfig Members