2008年5月19日

c# Socket 的应用

摘要: ---------------AjaxBaseSocket.cs-------------- public abstract class AjaxBaseSocket : IDisposable { protected Socket _socket; protected AjaxBaseSocket(IPEndPoint ipAddress) { _socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp); } protected abstract void Close(); #re 阅读全文

posted @ 2008-05-19 21:14 老代哥哥 阅读(260) 评论(0) 推荐(0) 编辑

Ajax 登录控件(三)

摘要: -------------上一篇文章中的ajaxLogin.js中有两处BUGf function ajaxLogin(lgoinViewId,loginCtrlId,lgUserName,lgUserPwd,lgCmd,loginStatusId,loginStatusName,loginOutId,loginRemberMe){ this.loginViewId=lgoinViewId ; this.loginControlId=loginCtrlId ; this.loginUserName=lgUserName ; this.loginPassword=lgUserPwd ; thi. 阅读全文

posted @ 2008-05-19 16:45 老代哥哥 阅读(167) 评论(0) 推荐(0) 编辑

导航