WebTestResultPage.GetRequestSize Method
Returns the length of the request.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overrides Function GetRequestSize As Long
public override long GetRequestSize()
public:
virtual long long GetRequestSize() override
abstract GetRequestSize : unit -> int64
override GetRequestSize : unit -> int64
public override function GetRequestSize() : long
Return Value
Type: 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.