I\'m relatively new to C# but here goes:
I am developing a remote file service client/server console application in C# which is supposed to exchange messages using
I think you're just missing a wr.flush(); but this article should cover everything you need:
wr.flush();
http://thuruinhttp.wordpress.com/2012/01/07/simple-clientserver-in-c/