优化ETL过滤模块
namespace NewLife.Net.Telnet { /// <summary>Telnet客户端</summary> public class TelnetClient : DisposeBase { //TODO 未实现Telnet客户端 } }