Http协议IIS C#开发的IIS服务 try { 创建服务端套接字 serverSocket new Socket AddressFamily InterNetwork SocketType Stream ProtocolType Tcp ; 创建网络连接节点 IPAddress ip IPAddress Pars
图片上传控件 只需设置上传路径即可实现无刷新上传图片publicvoidProcessRequest(HttpContextcontext){context.Response.ContentType="text/plain";HttpPostedFilefile=context.Request.Files["Fi
socket改进实现定向发送信息 public class Myconnection { /// /// 连接套接字 /// Socket _client = null; /// /// 信息展示 /// ShowMgs _showMgs = null; /// /// 关闭通信通道 /// ShutDow