<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<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>
<body>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help%3Fen"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;&nbsp;
<a href="../gb.net%3Fen">Up</a>&nbsp;&nbsp;
<a href="../gb.net.curl/net%3Fen">Previous</a>&nbsp;&nbsp;
<a href="dnsclient/_finished%3Fen">Next</a>&nbsp;&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 color="white" size="-2"><b>Symbols</b></font></div>
<div class="border">
This class is <a href="dnsclient/_new%3Fen">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 href="dnsclient/async%3Fen">Async</a>&nbsp;&nbsp; <a href="dnsclient/hostip%3Fen">HostIP</a>&nbsp;&nbsp; <a href="dnsclient/hostname%3Fen">HostName</a>&nbsp;&nbsp; <a href="dnsclient/status%3Fen">Status</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a href="dnsclient/gethostip%3Fen">GetHostIP</a>&nbsp;&nbsp; <a href="dnsclient/gethostname%3Fen">GetHostName</a>&nbsp;&nbsp; <a href="dnsclient/stop%3Fen">Stop</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<a href="dnsclient/_finished%3Fen">Finished</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

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

