优化ETL过滤模块
大石头 编写于 2017-08-29 17:11:46
X
using NewLife.Net.Sockets;

namespace NewLife.Net.Smtp
{
    /// <summary>Relay会话</summary>
    public class RelaySession : NetSession
    {
        //TODO 未实现Relay会话

        #region 属性

        #endregion

        #region 启动会话
        //void Start()
        //{

        //}
        #endregion
    }
}