异步模式下的超时处理
摘要:
using System;using System.Net;using System.IO;using System.Text;using System.Threading;public class RequestState{ // This class stores the State of the request. const int BUFFER_SIZE = 1024; public StringBuilder requestData; public byte[] BufferRead; public HttpWebRequest request; public HttpWebResp 阅读全文
posted @ 2012-03-15 10:58 康安V 阅读(733) 评论(0) 推荐(0)
浙公网安备 33010602011771号