Overload | Description |
---|---|
ParseNetwork(String) | Parse the IP address and Subnet mask to get the network you can use 192.168.0.1/24 |
ParseNetwork(String,String) | Parse the IP address and Subnet mask to get the network |
ParseNetwork(IPAddress,Int32) | From a single IP address to a range |
ParseNetwork(IPAddress,IPAddress) | Parse the IP address and Subnet mask to get the network |