WebTestResultGroup.GetResponseSize Method

Returns the size of the response.

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: Int64
The response size.

.NET Framework Security

See Also

Reference

WebTestResultGroup Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace