Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the number of milliseconds elapsed between StartTime and TimeOfFirstByte.
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)
Property Value
Type: Int64
The number of milliseconds elapsed between StartTime and TimeOfFirstByte.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.