N Nick Malik Sep 9, 2004 #2 some simple Sockets programming should do the trick. Here is a general list of samples of System.Net.Sockets programming to get you started. http://www.c-sharpcorner.com/Networking.asp
some simple Sockets programming should do the trick. Here is a general list of samples of System.Net.Sockets programming to get you started. http://www.c-sharpcorner.com/Networking.asp
J Jim Hughes Sep 11, 2004 #3 Roger Webb said: Is there a way in C# to get the DNS records for a domain? - Roger Click to expand... The Indy project may have what your are looking for... http://www.indyproject.org/index.html While it is writen in Delphy, the libraries are accessible from any .Net language.
Roger Webb said: Is there a way in C# to get the DNS records for a domain? - Roger Click to expand... The Indy project may have what your are looking for... http://www.indyproject.org/index.html While it is writen in Delphy, the libraries are accessible from any .Net language.