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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.