Example #1
0
        internal bool StopConnecting()
        {
            if (m_activeTransport != null)
            {
                m_activeTransport.Stop();
                return(true);
            }

            return(false);
        }