WebTestResultUnit.GetRequestSize Method

Returns the size of the request.

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

Syntax

'Declaration
Public MustOverride Function GetRequestSize As Long
public abstract long GetRequestSize()
public:
virtual long long GetRequestSize() abstract
abstract GetRequestSize : unit -> int64 
public abstract function GetRequestSize() : long

Return Value

Type: System.Int64
The request size.

.NET Framework Security

See Also

Reference

WebTestResultUnit Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace