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)
public sealed class WebServicesConfig
To implement the default reporting endpoints import NuGet package Walter.Web.FireWall.DefaultEndpoints
Use the NuGet package Walter.Web.FireWall.DefaultEndpoints to map default routs
C#
services.AddMvc(options =>
{
}).AddApplicationPart(Assembly.GetAssembly(typeof(Walter.Web.FireWall.DefaultEndpoints.ReportingController)));