Mono Class Library: Overview

System.Net.Dns: Members

The members of System.Net.Dns are listed below.

See Also: Inherited members from System.Object

Public Methods

static
BeginGetHostAddresses(string, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
static
BeginGetHostByName(string, AsyncCallback, object) : IAsyncResult
Begins the asynchronous execution of a DNS query to obtain address information about the specified host.
static
BeginGetHostEntry(IPAddress, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
static
BeginGetHostEntry(string, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
static
BeginResolve(string, AsyncCallback, object) : IAsyncResult
Begins the asynchronous execution of a DNS query to resolve a host name or IP address.
static
EndGetHostAddresses(IAsyncResult) : IPAddress[]
Documentation for this section has not yet been entered.
static
EndGetHostByName(IAsyncResult) : IPHostEntry
Ends an asynchronous query to obtain address information about the specified host.
static
EndGetHostEntry(IAsyncResult) : IPHostEntry
Documentation for this section has not yet been entered.
static
EndResolve(IAsyncResult) : IPHostEntry
Ends an asynchronous query to resolve a host name or IP address.
static
GetHostAddresses(string) : IPAddress[]
Documentation for this section has not yet been entered.
static
GetHostByAddress(IPAddress) : IPHostEntry
Queries DNS for the DNS host name of the specified IP address.
static
GetHostByAddress(string) : IPHostEntry
Queries DNS for the DNS host name of the specified IP address.
static
GetHostByName(string) : IPHostEntry
Queries DNS for address information about the specified host.
static
GetHostEntry(IPAddress) : IPHostEntry
Documentation for this section has not yet been entered.
static
GetHostEntry(string) : IPHostEntry
Documentation for this section has not yet been entered.
static
GetHostName() : string
Gets the DNS host name of the local machine.
static
Resolve(string) : IPHostEntry
Resolves a DNS host name or IP address to a System.Net.IPHostEntry instance.