Classe WebTestPageStatistics
Contém as estatísticas sobre a execução da página.
Hierarquia de herança
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestPageStatistics
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class WebTestPageStatistics
[SerializableAttribute]
public class WebTestPageStatistics
[SerializableAttribute]
public ref class WebTestPageStatistics
[<SerializableAttribute>]
type WebTestPageStatistics = class end
public class WebTestPageStatistics
O tipo WebTestPageStatistics expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
PageTime | Obtém o tempo de resposta para a página inteira do momento em que a primeira solicitação foi emitida para a hora em que o último byte para todas as solicitações dependentes foi recebido. |
![]() |
StartTime | Obtém a hora em que a página foi iniciada. |
![]() |
TotalContentLength | Obtém o comprimento do conteúdo total de todas as respostas para a página, incluindo redirecionamentos e seus dependentes. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.