<?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: C# Chat Application Over Asynchronous UDP Sockets &#8211; Part 1, The Server</title>
	<atom:link href="http://www.daveoncsharp.com/2009/08/csharp-chat-application-over-asynchronous-udp-sockets-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncsharp.com/2009/08/csharp-chat-application-over-asynchronous-udp-sockets-part-1/</link>
	<description>C# Programming Tutorials</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:31:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave</title>
		<link>http://www.daveoncsharp.com/2009/08/csharp-chat-application-over-asynchronous-udp-sockets-part-1/#comment-18297</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 26 Jan 2012 01:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=695#comment-18297</guid>
		<description>It&#039;s working fine for me.</description>
		<content:encoded><![CDATA[<p>It&#8217;s working fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr</title>
		<link>http://www.daveoncsharp.com/2009/08/csharp-chat-application-over-asynchronous-udp-sockets-part-1/#comment-18296</link>
		<dc:creator>Piotr</dc:creator>
		<pubDate>Fri, 20 Jan 2012 20:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=695#comment-18296</guid>
		<description>Download zip file for client is invalid. Plase fix.</description>
		<content:encoded><![CDATA[<p>Download zip file for client is invalid. Plase fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.daveoncsharp.com/2009/08/csharp-chat-application-over-asynchronous-udp-sockets-part-1/#comment-18294</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 18 Jan 2012 22:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=695#comment-18294</guid>
		<description>You definitely can incorporate encryption - you can just simply encrypt your text and substitute the message part of the communication data packet with the encrypted message and also in the message length pass the lenght of the encryped message. You might need to use an encryption method which returns a string value instead of just binary. Hope this helps.</description>
		<content:encoded><![CDATA[<p>You definitely can incorporate encryption &#8211; you can just simply encrypt your text and substitute the message part of the communication data packet with the encrypted message and also in the message length pass the lenght of the encryped message. You might need to use an encryption method which returns a string value instead of just binary. Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adane</title>
		<link>http://www.daveoncsharp.com/2009/08/csharp-chat-application-over-asynchronous-udp-sockets-part-1/#comment-18293</link>
		<dc:creator>Adane</dc:creator>
		<pubDate>Wed, 18 Jan 2012 18:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=695#comment-18293</guid>
		<description>thank you for the great post! it was really helpful. but i have one question, can we incorporate encryption and decryption mechanism to come with a secure message exchange? what i mean is can we use encryption and decryption mechanism such as RSA in both the sender and receiver side? and if so, how can we achieve that?

thank you</description>
		<content:encoded><![CDATA[<p>thank you for the great post! it was really helpful. but i have one question, can we incorporate encryption and decryption mechanism to come with a secure message exchange? what i mean is can we use encryption and decryption mechanism such as RSA in both the sender and receiver side? and if so, how can we achieve that?</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ric</title>
		<link>http://www.daveoncsharp.com/2009/08/csharp-chat-application-over-asynchronous-udp-sockets-part-1/#comment-18282</link>
		<dc:creator>ric</dc:creator>
		<pubDate>Tue, 06 Dec 2011 04:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=695#comment-18282</guid>
		<description>hi, 
 can u help me? i have a small project about local area networking.
my problem is i want to have a server compile on c# with a 5 button that once clicked it will minimized or maximize other c# windowsform located to the other 5 computer..</description>
		<content:encoded><![CDATA[<p>hi,<br />
 can u help me? i have a small project about local area networking.<br />
my problem is i want to have a server compile on c# with a 5 button that once clicked it will minimized or maximize other c# windowsform located to the other 5 computer..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paso</title>
		<link>http://www.daveoncsharp.com/2009/08/csharp-chat-application-over-asynchronous-udp-sockets-part-1/#comment-18275</link>
		<dc:creator>Paso</dc:creator>
		<pubDate>Sun, 06 Nov 2011 19:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=695#comment-18275</guid>
		<description>Is this reliable ? 
How can i make it multicast?</description>
		<content:encoded><![CDATA[<p>Is this reliable ?<br />
How can i make it multicast?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samir</title>
		<link>http://www.daveoncsharp.com/2009/08/csharp-chat-application-over-asynchronous-udp-sockets-part-1/#comment-18268</link>
		<dc:creator>Samir</dc:creator>
		<pubDate>Thu, 13 Oct 2011 02:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=695#comment-18268</guid>
		<description>okay it tooks the signs out List byte dataStream = new List byte (); 

and the byte between triangles.</description>
		<content:encoded><![CDATA[<p>okay it tooks the signs out List byte dataStream = new List byte (); </p>
<p>and the byte between triangles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samir</title>
		<link>http://www.daveoncsharp.com/2009/08/csharp-chat-application-over-asynchronous-udp-sockets-part-1/#comment-18267</link>
		<dc:creator>Samir</dc:creator>
		<pubDate>Thu, 13 Oct 2011 02:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=695#comment-18267</guid>
		<description>Thank you Dave nice tutorial and good explanation.


Matias i don&#039;t understand you really, but i think you mean the class List.
I had the same problem, but instead of List dataStream = new List();
you need to write this List dataStream = new List();</description>
		<content:encoded><![CDATA[<p>Thank you Dave nice tutorial and good explanation.</p>
<p>Matias i don&#8217;t understand you really, but i think you mean the class List.<br />
I had the same problem, but instead of List dataStream = new List();<br />
you need to write this List dataStream = new List();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matias Grioni</title>
		<link>http://www.daveoncsharp.com/2009/08/csharp-chat-application-over-asynchronous-udp-sockets-part-1/#comment-18249</link>
		<dc:creator>Matias Grioni</dc:creator>
		<pubDate>Sat, 23 Jul 2011 18:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=695#comment-18249</guid>
		<description>When I try to use this, in the packet class, in the GetDataStream method it gives me an error becuase i only use List and not i.e. List</description>
		<content:encoded><![CDATA[<p>When I try to use this, in the packet class, in the GetDataStream method it gives me an error becuase i only use List and not i.e. List</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahlam mofarreh</title>
		<link>http://www.daveoncsharp.com/2009/08/csharp-chat-application-over-asynchronous-udp-sockets-part-1/#comment-18242</link>
		<dc:creator>ahlam mofarreh</dc:creator>
		<pubDate>Tue, 07 Jun 2011 04:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=695#comment-18242</guid>
		<description>thank u soooooooooooooooooo much.</description>
		<content:encoded><![CDATA[<p>thank u soooooooooooooooooo much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

