If you’re developing an application that uses network communications, it could be very useful, if you can validate every IPv4 address that users may enter on a form. Here’s a small code with winform application to validate both IP address, …
Tag: ip address
A simple code that reads the IP addresses from the computer that runs our application and returns the one that’s not the loopback address. If a computer has several network cards, return from the method with the one you want by …