Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether a response exists.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property ResponseExists As Boolean
public bool ResponseExists { get; }
public:
property bool ResponseExists {
bool get ();
}
member ResponseExists : bool
function get ResponseExists () : boolean
Property Value
Type: System.Boolean
true if a response exists; otherwise, false.
Remarks
This can be false if the request is cached or if an exception occurs when sending the request.
.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.