Simple Networking Tasks in C#

March 27, 2009 | 9 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.

Read more…

Filed Under: Mono 2.0, WinForms