Exemplo n.º 1
0
 /// <summary>
 /// Start the listener
 /// </summary>
 public virtual void Start()
 {
     if (m_IsNeedAttach)
     {
         // Attach the listen to the listener manager, now the manager will take in control of this listener
         FtpListenerManager.AddListener(this);
     }
     FtpListenerManager.GetFtpManager().Start();
     m_IsRunning = true;
 }