SSLHealthCheck constructor

SSLHealthCheck({
  1. int? port,
  2. String? portName,
  3. String? portSpecification,
  4. String? proxyHeader,
  5. String? request,
  6. String? response,
})

Implementation

SSLHealthCheck({
  this.port,
  this.portName,
  this.portSpecification,
  this.proxyHeader,
  this.request,
  this.response,
});