Share via


WebTestResultPage.GetResponseSize Method

Returns the length of the response, in bytes.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Overrides Function GetResponseSize As Long
public override long GetResponseSize()
public:
virtual long long GetResponseSize() override
abstract GetResponseSize : unit -> int64 
override GetResponseSize : unit -> int64 
public override function GetResponseSize() : long

Return Value

Type: System.Int64
The length of the response.

.NET Framework Security

See Also

Reference

WebTestResultPage Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace