Example #1
0
 /// <summary>Parse the response to the request message</summary>
 protected override void ParseResponseInternal(MsgBase msg)
 {
     m_auth = (MsgAuth)msg;
 }
Example #2
0
 /// <summary>Parse the response to the request message</summary>
 protected override void ParseResponseInternal(MsgBase msg)
 {
 }
Example #3
0
 /// <summary>Parse the response to the request message</summary>
 protected abstract void ParseResponseInternal(MsgBase msg);