Recent Posts

Replacing GetHostByName with GetHostAddresses

less than 1 minute read

I’m working on some C# code that needs to send some data over a socket connection.  The user can specify the destination by name or by IP address.  I was usi...