The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestRequestPlugin::PreRequest Method (Object^, PreRequestEventArgs^)
When overridden in a derived class, this method allows outside code to affect the request.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- sender
-
Type:
System::Object^
The object that fired the event.
This is called just before the request is run. The called code must return the appropriate execution instruction. This allows it to change how execution occurs.
Show: