Dns Methods
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Net Namespace
Dns Class
Dns Methods
BeginGetHostAddresses Method
BeginGetHostByName Method
BeginGetHostEntry Method
BeginResolve Method
EndGetHostAddresses Method
EndGetHostByName Method
EndGetHostEntry Method
EndResolve Method
GetHostAddresses Method
GetHostByAddress Method
GetHostByName Method
GetHostEntry Method
GetHostName Method
Resolve Method
Dns Class
Dns Members
Dns Methods
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Dns Methods
The
Dns
type exposes the following members.
Methods
Name
Description
BeginGetHostAddresses
Asynchronously returns the Internet Protocol (IP) addresses for the specified host.
BeginGetHostByName
Obsolete.
Begins an asynchronous request for
IPHostEntry
information about the specified DNS host name.
BeginGetHostEntry
Overloaded.
Asynchronously resolves a host name or IP address to an
IPHostEntry
instance.
BeginResolve
Obsolete.
Begins an asynchronous request to resolve a DNS host name or IP address to an
IPAddress
instance.
EndGetHostAddresses
Ends an asynchronous request for DNS information.
EndGetHostByName
Obsolete.
Ends an asynchronous request for DNS information.
EndGetHostEntry
Ends an asynchronous request for DNS information.
EndResolve
Obsolete.
Ends an asynchronous request for DNS information.
GetHostAddresses
Returns the Internet Protocol (IP) addresses for the specified host.
GetHostByAddress
Overloaded.
Gets DNS host information for an IP address. These methods are now obsolete.
GetHostByName
Obsolete.
Gets the DNS information for the specified DNS host name.
GetHostEntry
Overloaded.
Resolves a host name or IP address to an
IPHostEntry
instance.
GetHostName
Gets the host name of the local computer.
Resolve
Obsolete.
Resolves a DNS host name or IP address to an
IPHostEntry
instance.
Top
See Also
Reference
Dns Class
System.Net Namespace
Tags :