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

WhoisWhoisBackGroundProcessorExtensions Class

Extension method used to make background processing available for IWois interfaces extracting ISP WHOIS data for a given IP address

Namespace:  Microsoft.Extensions.DependencyInjection
Assembly:  Walter.Web.FireWall.WhoIsProcessor (in Walter.Web.FireWall.WhoIsProcessor.dll)

Syntax


public static class WhoisWhoisBackGroundProcessorExtensions

Examples


The bellow sample injects and activates the WHOIS Service in the Firewall
C#
services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey
                     , domainName: new Uri("https://www.your-domain.com", UriKind.Absolute)
                     , options =>
                     {
                        //your firewall settings
                     }).UseWhoisBackGroundProcessor();