Compartir a través de


WebTestRequestStatistics.MillisecondsToLastByte (Propiedad)

Obtiene el número de milisegundos que transcurren entre StartTime y TimeOfLastByte.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Int64
El número de milisegundos que transcurren entre StartTime y TimeOfLastByte.

Seguridad de .NET Framework

Vea también

Referencia

WebTestRequestStatistics Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)