Walter.BOM Namespace
Walter.Web.FireWall Namespace
ASP-WAF | .Net API for WAF Systems

WebServicesConfig Class

Helper class used by the firewall's web services to generate and react to firewall related service endpoints

Namespace:  Walter.Web.FireWall.Configurations
Assembly:  Walter.Web.FireWall (in Walter.Web.FireWall.dll)

Syntax


public sealed class WebServicesConfig

Remarks


To implement the default reporting endpoints import NuGet package Walter.Web.FireWall.DefaultEndpoints

Examples


Use the NuGet package Walter.Web.FireWall.DefaultEndpoints to map default routs
C#
services.AddMvc(options =>
   {
         //your options
         }).AddApplicationPart(Assembly.GetAssembly(typeof(Walter.Web.FireWall.DefaultEndpoints.ReportingController)));