WebTestRequestStatistics.MillisecondsToFirstByte Property
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 ReadOnly Property MillisecondsToFirstByte As Long
'Usage
Dim instance As WebTestRequestStatistics
Dim value As Long
value = instance.MillisecondsToFirstByte
public long MillisecondsToFirstByte { get; }
public:
property long long MillisecondsToFirstByte {
long long get ();
}
public function get MillisecondsToFirstByte () : long
Property Value
Type: System.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.
See Also
Reference
WebTestRequestStatistics Class