示例#1
0
 private bool _sendMessage(ICommunicationMessage msg)
 {
     byte[] newbuf = m_Encoder.encodeMessage(msg, m_bCompress);
     return(_sendMessage(newbuf));
 }