Ejemplo n.º 1
0
 private void SendAck(IResponse response)
 {
     _transportManager.Send(_endPoint, CreateAck(response));
 }