Freigeben über


WebTestRequestStatistics.MillisecondsToLastByte-Eigenschaft

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

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestRequestStatistics Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace