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