Ejemplo n.º 1
0
 private void CloseResponse()
 {
     try
     {
         ConnectionHostData.CloseResponse SendData = new ConnectionHostData.CloseResponse();
         this.client.Send(SendData.data);
     }
     catch (Exception ex)
     {
         Errorlog.Print(ex, this);
     }
 }
Ejemplo n.º 2
0
 private void CloseResponse()
 {
     try
     {
         ConnectionHostData.CloseResponse SendData = new ConnectionHostData.CloseResponse();
         this.client.Send(SendData.data);
     }
     catch (Exception ex)
     {
         Errorlog.Print(ex, this);
     }
 }