<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Building a TCP/IP server using C#</title>
	<atom:link href="http://www.dijksterhuis.org/building-a-tcpip-server-using-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dijksterhuis.org/building-a-tcpip-server-using-c/</link>
	<description>Information, news about programming in C#</description>
	<lastBuildDate>Sat, 04 Jun 2011 10:24:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: anthosh</title>
		<link>http://www.dijksterhuis.org/building-a-tcpip-server-using-c/comment-page-1/#comment-6756</link>
		<dc:creator>anthosh</dc:creator>
		<pubDate>Thu, 24 Mar 2011 04:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=150#comment-6756</guid>
		<description>Hey,

THank you very much for your tutorial. It was awesome. But i have a problem that i am not able to overcome. I took your code and try to modify it to meet my needs. But im stuck. Please help me.
What i am trying to do is without closing the connection i want to keep sending data to the client. As soon as a client connects i want to keep sending the connection from a gui unless i explicitly click a button in the gui to close the connection to the client. Please help me hwo to accomplsih this.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>THank you very much for your tutorial. It was awesome. But i have a problem that i am not able to overcome. I took your code and try to modify it to meet my needs. But im stuck. Please help me.<br />
What i am trying to do is without closing the connection i want to keep sending data to the client. As soon as a client connects i want to keep sending the connection from a gui unless i explicitly click a button in the gui to close the connection to the client. Please help me hwo to accomplsih this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.dijksterhuis.org/building-a-tcpip-server-using-c/comment-page-1/#comment-6595</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 15 Mar 2011 22:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=150#comment-6595</guid>
		<description>Hi,

I really like your post, thanks a lot, it really helped clear up a few things I could not remember how to do with Async Sockets.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I really like your post, thanks a lot, it really helped clear up a few things I could not remember how to do with Async Sockets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guille</title>
		<link>http://www.dijksterhuis.org/building-a-tcpip-server-using-c/comment-page-1/#comment-6199</link>
		<dc:creator>Guille</dc:creator>
		<pubDate>Thu, 17 Feb 2011 19:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=150#comment-6199</guid>
		<description>Thank you so much, was a perfect tutorial for me. :)</description>
		<content:encoded><![CDATA[<p>Thank you so much, was a perfect tutorial for me. <img src='http://www.dijksterhuis.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu Bazinet</title>
		<link>http://www.dijksterhuis.org/building-a-tcpip-server-using-c/comment-page-1/#comment-4460</link>
		<dc:creator>Mathieu Bazinet</dc:creator>
		<pubDate>Tue, 19 Oct 2010 14:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=150#comment-4460</guid>
		<description>I would like to make this work over the internet. I entered the actual IP address in : IPAddress localAddress = IPAddress.Parse(&quot;xxx.x.x.x&quot;); 
but I got an error message. How would you make this work?

thanks</description>
		<content:encoded><![CDATA[<p>I would like to make this work over the internet. I entered the actual IP address in : IPAddress localAddress = IPAddress.Parse(&#8220;xxx.x.x.x&#8221;);<br />
but I got an error message. How would you make this work?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob von Nesselrode</title>
		<link>http://www.dijksterhuis.org/building-a-tcpip-server-using-c/comment-page-1/#comment-1462</link>
		<dc:creator>Rob von Nesselrode</dc:creator>
		<pubDate>Tue, 06 Oct 2009 07:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=150#comment-1462</guid>
		<description>Interesting sample and easy enough to start with. Pity it doesn&#039;t receive anything other than the connection. Like a message for instance.....</description>
		<content:encoded><![CDATA[<p>Interesting sample and easy enough to start with. Pity it doesn&#8217;t receive anything other than the connection. Like a message for instance&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul heintz</title>
		<link>http://www.dijksterhuis.org/building-a-tcpip-server-using-c/comment-page-1/#comment-1234</link>
		<dc:creator>paul heintz</dc:creator>
		<pubDate>Thu, 27 Aug 2009 03:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=150#comment-1234</guid>
		<description>Nice did you continue this path to a full server?

Thank you for your time, be well...

Paul</description>
		<content:encoded><![CDATA[<p>Nice did you continue this path to a full server?</p>
<p>Thank you for your time, be well&#8230;</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.dijksterhuis.org/building-a-tcpip-server-using-c/comment-page-1/#comment-1230</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 26 Aug 2009 15:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=150#comment-1230</guid>
		<description>Nice beginner&#039;s tutorial on creating a server, thanks!</description>
		<content:encoded><![CDATA[<p>Nice beginner&#8217;s tutorial on creating a server, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.dijksterhuis.org/building-a-tcpip-server-using-c/comment-page-1/#comment-1228</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 25 Aug 2009 06:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=150#comment-1228</guid>
		<description>Good stuff, i especially like the TcpListener example. Combined with putting it in a background thread, it seems to work pretty well for me without the need for the asynchronous versions.</description>
		<content:encoded><![CDATA[<p>Good stuff, i especially like the TcpListener example. Combined with putting it in a background thread, it seems to work pretty well for me without the need for the asynchronous versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://www.dijksterhuis.org/building-a-tcpip-server-using-c/comment-page-1/#comment-79</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Mon, 08 Dec 2008 10:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=150#comment-79</guid>
		<description>Hi Ayeni, 

Good point. I will see if I can come up with an example that explores a threaded TCP/IP server further. 

Martijn</description>
		<content:encoded><![CDATA[<p>Hi Ayeni, </p>
<p>Good point. I will see if I can come up with an example that explores a threaded TCP/IP server further. </p>
<p>Martijn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ayeni</title>
		<link>http://www.dijksterhuis.org/building-a-tcpip-server-using-c/comment-page-1/#comment-74</link>
		<dc:creator>ayeni</dc:creator>
		<pubDate>Fri, 05 Dec 2008 03:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=150#comment-74</guid>
		<description>I like your contribution its really very interesting  but wilke more on threading</description>
		<content:encoded><![CDATA[<p>I like your contribution its really very interesting  but wilke more on threading</p>
]]></content:encoded>
	</item>
</channel>
</rss>

