System.Net.Dns Class
Information   Base Types   Related Resources

Provides simple domain name resolution functionality.

  • Namespace: System.Net
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.1.4322
  • Assembly: System.dll

  • System.Object
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (2)Discussions (261)MembersRotorChanges
    Articles

    Page: 1
    How To Get IP Address Of A Machine
    The Code Project
    This article is not a technical overview or large discussion. It is like a collection of tips on how you can get the IP address or host name of a machine. In the Win32 API this could be accomplished using the NetWork API. And this is still true in the .NET framework. The only difference is finding and understanding what namespace and class to use to accomplish this task. In the .NET framework the NetWork API is available in the System.Net namespace.
    Simple NSLookUp Implementation in C#
    C# Corner
    This is code implementation for simple nslookup. As you can see from the code listing, I've used classes defined in the System.Net namespace. You must have to add reference to this namespace before you use any of this namespace classes.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com