System.Net.Dns - How to implement GetServByPort() or GetServByName()
Correct, GetServByPort() or GetServByName() are not currently available in the System.Dns class. http://www.pinvoke.net is a good source for P/Invoke guidance: What is your scenario (ie. what does you app do with this information)? The System.Dnsclass ...
social.msdn.microsoft.com |