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