0
Answer

Given a subnet mask, how to verify if an IP falls in that subnet.

pankaj gupta

pankaj gupta

15y
2.2k
1
Hi, I have a scenario wherein I need to give access of a system to the hosts of a subnet. For that I need to verify if the incoming request is from the IP which falls within the subnet. Is there some way to do that automatically using c# functionality.