摘要:
转自:http://www.2cto.com/kf/201206/134841.html本例子写了个简单的TCP数据传送功能。没有使用BinaryWriter,BinaryReader,而是使用NetworkStream的Read和Write功能,同样这个也可以通过Socket的实现。发送端程序:[csharp]1.using System;2.using System.Collections.Generic;3.using System.Linq;4.using System.Text;5.using System.Net;6.using System.Net.Sockets;7.using 阅读全文
posted @ 2013-07-27 13:30
hnfxs
阅读(1288)
评论(1)
推荐(0)
浙公网安备 33010602011771号