Simple Networking Tasks in C#

Amgad Suliman | 27/03/2009 | 0 Comments

Developing applications in C# that access resource on the internet is easy. This post shows four useful functions: checking if the PC is connected to a network, domain name to IP address lookup, ping a host and download a file.

Filed Under: Mono 2.0, WinForms