C# Client/Server: using Streamreader/writer

前端 未结 4 1092
野性不改
野性不改 2020-12-10 21:43

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

4条回答
  •  清歌不尽
    2020-12-10 21:59

    I think you're just missing a wr.flush(); but this article should cover everything you need:

    http://thuruinhttp.wordpress.com/2012/01/07/simple-clientserver-in-c/

提交回复
热议问题