Walter.Web.FireWall
WebServicesConfig Class
Members  Example 
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Configurations Namespace : WebServicesConfig Class
Helper class used by the firewall's web services to generate and react to firewall related service endpoints
Syntax
public sealed class WebServicesConfig 
Remarks
To implement the default reporting endpoints import NuGet package Walter.Web.FireWall.DefaultEndpoints
Example
Use the NuGet package Walter.Web.FireWall.DefaultEndpoints to map default routs
services.AddMvc(options =>
            {
                  //your options
                  }).AddApplicationPart(Assembly.GetAssembly(typeof(Walter.Web.FireWall.DefaultEndpoints.ReportingController)));
Inheritance Hierarchy

System.Object
   Walter.Web.FireWall.Configurations.WebServicesConfig

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

WebServicesConfig Members
Walter.Web.FireWall.Configurations Namespace