Mono Class Library: OverviewSystem.Net.Dns: Method Members |
The methods of System.Net.Dns are listed below. For a list of all members, see the Dns Members list.
See Also: Inherited members from System.Object
staticBeginGetHostAddresses(string, AsyncCallback, object) : IAsyncResult Documentation for this section has not yet been entered. staticBeginGetHostByName(string, AsyncCallback, object) : IAsyncResult Begins the asynchronous execution of a DNS query to obtain address information about the specified host. staticBeginGetHostEntry(IPAddress, AsyncCallback, object) : IAsyncResult Documentation for this section has not yet been entered. staticBeginGetHostEntry(string, AsyncCallback, object) : IAsyncResult Documentation for this section has not yet been entered. staticBeginResolve(string, AsyncCallback, object) : IAsyncResult Begins the asynchronous execution of a DNS query to resolve a host name or IP address. staticEndGetHostAddresses(IAsyncResult) : IPAddress[] Documentation for this section has not yet been entered. staticEndGetHostByName(IAsyncResult) : IPHostEntry Ends an asynchronous query to obtain address information about the specified host. staticEndGetHostEntry(IAsyncResult) : IPHostEntry Documentation for this section has not yet been entered. staticEndResolve(IAsyncResult) : IPHostEntry Ends an asynchronous query to resolve a host name or IP address. staticGetHostAddresses(string) : IPAddress[] Documentation for this section has not yet been entered. staticGetHostByAddress(IPAddress) : IPHostEntry Queries DNS for the DNS host name of the specified IP address. staticGetHostByAddress(string) : IPHostEntry Queries DNS for the DNS host name of the specified IP address. staticGetHostByName(string) : IPHostEntry Queries DNS for address information about the specified host. staticGetHostEntry(IPAddress) : IPHostEntry Documentation for this section has not yet been entered. staticGetHostEntry(string) : IPHostEntry Documentation for this section has not yet been entered. staticGetHostName() : string Gets the DNS host name of the local machine. staticResolve(string) : IPHostEntry Resolves a DNS host name or IP address to a System.Net.IPHostEntry instance.