Freigeben über


WebTestRequestStatistics.MillisecondsToFirstByte-Eigenschaft

Ruft die Anzahl der Millisekunden ab, die zwischen StartTime und TimeOfFirstByte vergangen sind.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property MillisecondsToFirstByte As Long
public long MillisecondsToFirstByte { get; internal set; }
public:
property long long MillisecondsToFirstByte {
    long long get ();
    internal: void set (long long value);
}
member MillisecondsToFirstByte : int64 with get, internal set
function get MillisecondsToFirstByte () : long
internal function set MillisecondsToFirstByte (value : long)

Eigenschaftswert

Typ: System.Int64
Die Anzahl der Millisekunden, die zwischen StartTime und TimeOfFirstByte vergangen sind.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestRequestStatistics Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace