<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - DnsClient
 (gb.net)</title>
</head>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help+en"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;
<a href="../gb.net+en">Up</a>&nbsp;
<a href="../gb.net.smtp/smtpclient/_new+en">Previous</a>&nbsp;
<a href="dnsclient/_finished+en">Next</a>&nbsp;
</td></tr></table>
<div class="notab">
<h1>
DnsClient
 (gb.net)</h1>
This class implements a simple client for Name/IP resolution services, so you can obtain IP addresses from host names or vice versa.
<p>
This class can perform its work synchronously, so the program will not respond to events while resolving host names/IPs, usually for a few seconds, or asynchronously. Default is synchronous.
<p>
<div class="black"><font size="-2"><b>Symbols</b></font></div>
<div class="border">
This class is <a class="none" href="dnsclient/_new+en">creatable</a>.<br>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Properties</b></td><td width="32">&nbsp;</td>
<td align=left><b>Methods</b></td><td width="32">&nbsp;</td>
<td align=left><b>Events</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<a class="none" href="dnsclient/async+en">Async</a>&nbsp;&nbsp; <a class="none" href="dnsclient/hostip+en">HostIP</a>&nbsp;&nbsp; <a class="none" href="dnsclient/hostname+en">HostName</a>&nbsp;&nbsp; <a class="none" href="dnsclient/status+en">Status</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a class="none" href="dnsclient/gethostip+en">GetHostIP</a>&nbsp;&nbsp; <a class="none" href="dnsclient/gethostname+en">GetHostName</a>&nbsp;&nbsp; <a class="none" href="dnsclient/stop+en">Stop</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a class="none" href="dnsclient/_finished+en">Finished</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

</div>
</body>
</html>

