HttpDiagnosticProviderRequestResponseTimestamps.NameResolvedTimestamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.