摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Sockets;namespace BLL{ public class TelnetClient { private TcpClient Client; private NetworkStream ns; private string m_LogonPrompt = "ogin:"; private string m_PasswordPrompt = "assword: 阅读全文
posted @ 2012-06-05 16:28 尹成亮 阅读(10307) 评论(1) 推荐(1) 编辑