Browse by Tags
All Tags »
Sockets (RSS)
I have yet to write the third part in the series on writing ip agnostic apps, but in the meantime, Anthony Jones (Winsock Developer/Guru) and I chatted with Charles about the topic on Channel 9: http://channel9.msdn.com/Showpost.aspx?postid=265664 We
Read More...
With the adoption of IPv6 ever increasing (ie. it is the preferred protocol on Windows Vista) it is important that network aware applications support IPv4 and IPv6. I have started a series of posts on our team blog discussing how one can go about writing
Read More...
I have been involved in a number of forum posts and mail threads lately regarding reading data from a socket. The typical situation is as follows: A TcpClient object is connected to a remote party. The application gets a reference to a NeworkStream object
Read More...