摘要: 在使用Socket的 异步接收时,需要定义一个对象:/// <summary> /// 传输对象 /// </summary> public class TranslateObj {/// <summary>/// 缓冲区/// </summary>public byte[] bytes;/// <summary>/// 缓冲区大小/// </summary>public const int BUFFER_SIZE = 512;/// <summary>/// 存放重复接收数据的列表/// </summa 阅读全文
posted @ 2013-01-11 10:09 蓬莱 阅读(2119) 评论(1) 推荐(0) 编辑