Share via


HttpDiagnosticProviderRequestResponseTimestamps.NameResolvedTimestamp Property

Definition

Gets the time of the DNS name resolution.

public:
 property IReference<DateTime> ^ NameResolvedTimestamp { IReference<DateTime> ^ get(); };
IReference<DateTime> NameResolvedTimestamp();
public System.Nullable<System.DateTimeOffset> NameResolvedTimestamp { get; }
var iReference = httpDiagnosticProviderRequestResponseTimestamps.nameResolvedTimestamp;
Public ReadOnly Property NameResolvedTimestamp As Nullable(Of DateTimeOffset)

Property Value

The time of the DNS name resolution.

Applies to