Exemplo n.º 1
0
 protected virtual void TcpClient_ResponseReceived(TcpClient sender, TcpClientResponseReceivedArgs args)
 {
 }
Exemplo n.º 2
0
 protected override void TcpClient_ResponseReceived(TcpClient sender, TcpClientResponseReceivedArgs args)
 {
     ProcessReceivedMessage(args.Response);
 }