Aracılığıyla paylaş


WebTestRequestStatistics.ContentLength Özellik

Alır veya yanıt uzunluğunu ayarlar.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Property ContentLength As Long
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)

Özellik Değeri

Tür: Int64
Yanıt uzunluğu.Bu, bayt cinsinden ölçülür.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRequestStatistics Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı