摘要:
using System;using System.Collections.Generic;using System.Text;using System.Net;using System.IO;using System.Threading;namespace TestAsyncCallBack1{ // RequestState 类用于通过异步调用传递数据 public class RequestState { const int BUFFER_SIZE = 1024; public StringBuilder RequestData; public byte[] BufferRead; pu 阅读全文
posted @ 2012-02-17 16:22 老K的幸福生活 阅读(432) 评论(0) 推荐(0) 编辑