Example #1
0
 internal void ProcessKeepAliveReply(KeepAliveReplyPacket keepAliveReplyPacket, KeepAlivePacket keepAlivePacket)
 {
     QQClient.LogManager.Log("Recived KeepAlive Packet:Onlines: " + keepAliveReplyPacket.Onlines.ToString() + " ServerTime:" + keepAliveReplyPacket.ServerTime.ToString());
 }
Example #2
0
 /// <summary>处理保持登录应答
 ///     <remark>abu 2008-03-10 </remark>
 /// </summary>
 /// <param name="packet">The packet.</param>
 private void ProcessKeepAliveReply(KeepAliveReplyPacket inPacket, KeepAlivePacket outPacket)
 {
     client.ConnectionManager.OnReceivedKeepAlive(new QQEventArgs <KeepAliveReplyPacket, KeepAlivePacket>(client, inPacket, outPacket));
 }