PreRequestEventArgs Class
Provides data for the WebTest::PreRequest event.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Instruction | Gets or sets the WebTestExecutionInstruction for this request. This enables an upcoming request to be skipped. |
![]() | Request | Gets the WebTestRequest that caused the PreRequest event. |
![]() | WebTest | Gets the WebTest that contains the request. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This provides a reference to the WebTest that generated the PreRequest event, the WebTestRequest that caused the PreRequest event, or the WebTestExecutionInstruction for the request.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


