Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.Int64
The response 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.