Domain Detective

API Reference

Class

TlsRptDailyStat

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Provides tls rpt daily stat functionality.

Inheritance

  • Object
  • TlsRptDailyStat

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public TlsRptDailyStat() #

Properties

public DateTime DateUtc { get; set; } #

Gets or sets the date utc value.

public Int32 SuccessfulSessions { get; set; } #

Gets or sets the successful sessions value.

public Int32 FailedSessions { get; set; } #

Gets or sets the failed sessions value.

public Double FailureRatePercent { get; set; } #

Gets or sets the failure rate percent value.

{{ include "footer" }}