07 2009 档案
摘要: using System;using System.Collections.Generic;using System.Text;using System.Net;using System.Net.Sockets;using Wintellect.Threading.AsyncProgModel;namespace ExtensionTest{ /* * 没有异常处理 前两种还没有实现持续接收 * ...阅读全文
摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Threading;using System.ComponentModel;namespace ExtensionTest{ public class Async : IDisposable { private b...阅读全文

