<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RBCoder &#187; klasse</title>
	<atom:link href="http://rbcoder.de/tag/klasse/feed/" rel="self" type="application/rss+xml" />
	<link>http://rbcoder.de</link>
	<description>News, Tipps &#38; Tricks zu REALbasic</description>
	<lastBuildDate>Tue, 09 Feb 2010 19:18:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Whois-Klasse für Domainabfragen</title>
		<link>http://rbcoder.de/netzwerk/whois-klasse-fur-domainabfragen/</link>
		<comments>http://rbcoder.de/netzwerk/whois-klasse-fur-domainabfragen/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 21:55:56 +0000</pubDate>
		<dc:creator>Michael Kagerbauer</dc:creator>
				<category><![CDATA[Netzwerk]]></category>
		<category><![CDATA[abfragen]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[klasse]]></category>
		<category><![CDATA[verfügbarkeit]]></category>
		<category><![CDATA[whois]]></category>

		<guid isPermaLink="false">http://rbcoder.de/?p=84</guid>
		<description><![CDATA[Vor einiger Zeit habe ich für eine interne Applikation eine Whois-Klasse erstellt. Da jemand im offiziellen REALbasic-Forum nach einer Möglichkeit zur Abfrage von Domaindaten gefragt hatte, habe ich diese zum Download zur Verfügung gestellt. Die Klasse ist sehr einfach nutzbar: 1 2 3 4 5 6 7 Dim Whois1 as new Whois&#40;&#34;rbcoder.de&#34;&#41; if &#40;Whois1.isAvailable&#41; then [...]]]></description>
			<content:encoded><![CDATA[<p>Vor einiger Zeit habe ich für eine interne Applikation eine Whois-Klasse erstellt. Da jemand im offiziellen REALbasic-Forum nach einer Möglichkeit zur Abfrage von Domaindaten gefragt hatte, habe ich diese zum <a href="/download/whois.zip">Download</a> zur Verfügung gestellt. Die Klasse ist sehr einfach nutzbar:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="vbnet" style="font-family:monospace;">  <span style="color: #0600FF;">Dim</span> Whois1 <span style="color: #FF8000;">as</span> <span style="color: #FF8000;">new</span> Whois<span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;rbcoder.de&quot;</span><span style="color: #000000;">&#41;</span>
  <span style="color: #0600FF;">if</span> <span style="color: #000000;">&#40;</span>Whois1.<span style="color: #0000FF;">isAvailable</span><span style="color: #000000;">&#41;</span> <span style="color: #FF8000;">then</span>
    myStatus.<span style="color: #0000FF;">Text</span> <span style="color: #008000;">=</span> <span style="color: #808080;">&quot;Not Registered&quot;</span>
  <span style="color: #FF8000;">else</span>
    myStatus.<span style="color: #0000FF;">Text</span> <span style="color: #008000;">=</span> <span style="color: #808080;">&quot;Registered&quot;</span>
  <span style="color: #0600FF;">end</span> <span style="color: #0600FF;">if</span>
  myResult.<span style="color: #0000FF;">Text</span> <span style="color: #008000;">=</span> Whois1.<span style="color: #0000FF;">whoisResult</span></pre></td></tr></table></div>

<p>
Im Gegensatz zu einer Whois-Abfrage per Shell arbeitet diese Klasse Plattformübergreifend und nutzt hierbei je nach Domainendung verschiedene Whois-Server zur Abfrage.</p>
]]></content:encoded>
			<wfw:commentRss>http://rbcoder.de/netzwerk/whois-klasse-fur-domainabfragen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
