API Reference
Class
TlsRptMxHostStat
Provides tls rpt mx host stat functionality.
Inheritance
- Object
- TlsRptMxHostStat
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
- Property TlsRptReportsTimeSeriesInfo.MxHosts
Constructors
public TlsRptMxHostStat() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String MxHost { get; set; } #Gets or sets the mx host 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 Dictionary<String, Int32> FailureByType { get; set; } #Gets or sets the failure by type value.