WebTestResultUnit.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 MustOverride Function GetResponseSize As Long
public abstract long GetResponseSize()
public:
virtual long long GetResponseSize() abstract
abstract GetResponseSize : unit -> int64 
public abstract function GetResponseSize() : long

Return Value

Type: System.Int64
The response size.

.NET Framework Security

See Also

Reference

WebTestResultUnit Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace