Propriedade WebTestRequestStatistics.ContentLength
Obtém ou define o comprimento da resposta.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
Public Property ContentLength As Long
Get
Friend Set
public long ContentLength { get; internal set; }
public:
property long long ContentLength {
long long get ();
internal: void set (long long value);
}
member ContentLength : int64 with get, internal set
function get ContentLength () : long
internal function set ContentLength (value : long)
Valor de propriedade
Tipo: System.Int64
O comprimento da resposta.Isso é medido em bytes.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.