API Reference
Class
Report
Diagnostics report snapshot.
Inheritance
- Object
- Report
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
- Method LdapDiagnosticsReportBuilder.BuildAsync
- Method Report.<Clone>$
Constructors
public Report() #Methods
Inherited Methods
Properties
public String DomainController { get; set; } #Domain controller used for discovery/RootDSE reads (may be empty).
public Boolean DiscoveryUsed { get; set; } #True when server discovery was used (servers were not supplied explicitly).
public Int32 TimeoutMs { get; set; } #Effective timeout in milliseconds used for probes.
public Boolean VerifyCertificate { get; set; } #Whether certificate validation was enabled.
public Boolean IncludeGlobalCatalog { get; set; } #Whether Global Catalog probing was enabled.
public String Identity { get; set; } #Identity value used for tests (may be empty).
public Int32 CountServers { get; set; } #Number of tested servers.
public IReadOnlyList<ServerResult> Servers { get; set; } #Per-server diagnostics.