示例#1
0
 /// <summary>
 /// opens the connection and begins listening for messages.
 /// </summary>
 internal void OpenConnection()
 {
     m_clientTransport.OpenConnection();
     this.TransportHandler.StartMessageReception(); // begin listening for messages
 }