Hi,
I've noticed that the validation using a range of IPs is "buggy" (see some examples in the pictures)
Hi Vasco,
The results are actually correct. The component is just a wrapper around a couple of System.Net assemblies and provide the functionality from the features pre-existed in it.
I've done little console app that you can look at. Here's the code screenshot, and with your own set of values, the results are exactly same. Left side is the C# code, right one is the result of console app.
Hi @Vasco Santos,
Did you find the explanation above satisfactory?
@Ravi Punjwani response is accurate, the component relies on the standard .NET library under the System.Net namespace, official documentation is available here.
Just adding that if any of the IPs or Networks definitions are invalid the component will always return FALSE.