WebTestRequestPluginConverter.PreRequest(Object, PreRequestEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override void PreRequest(System::Object ^ sender, Microsoft::VisualStudio::TestTools::WebTesting::PreRequestEventArgs ^ e);
public override void PreRequest (object sender, Microsoft.VisualStudio.TestTools.WebTesting.PreRequestEventArgs e);
override this.PreRequest : obj * Microsoft.VisualStudio.TestTools.WebTesting.PreRequestEventArgs -> unit
Public Overrides Sub PreRequest (sender As Object, e As PreRequestEventArgs)
Parameters
- sender
- Object