IReadOnlyList<DiscoveredRout> EndpointsInPath( params string[] containing )
Parameters
- containing
- the path must contain any of these values
IReadOnlyList<DiscoveredRout> EndpointsInPath( params string[] containing )
private void Options_OnEndpointsCreated(object sender, Walter.Web.FireWall.EventArgs.EndpointsCreatedEventArgs e) { foreach (var item in links.EndpointsInPath("Download", "*.zip", "*.pdf")) { item.AllowAddhockAccess = true; } foreach (var item in links.EndpointsInPath("*.css", "*.png","*.jpg")) { item.FirewallDisabled = true; } }
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