Condividi tramite


Proprietà WebTestRequest.ContentLength

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Int64

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestRequest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting