Tag: DNS Lookup

Simple Networking Tasks in C#

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

Continue Reading