Пример #1
0
 // Forwards to waiting function of the listener.
 internal void AddToWaitingConnections()
 {
     m_listener.WaitingConnectionThreadFunc(m_outStream);
 }