Exemple #1
0
 protected virtual void TcpClient_ResponseReceived(TcpClient sender, TcpClientResponseReceivedArgs args)
 {
 }
 protected override void TcpClient_ResponseReceived(TcpClient sender, TcpClientResponseReceivedArgs args)
 {
     ProcessReceivedMessage(args.Response);
 }