Information
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.

WebTestRequest::ValidateResponse Event

 

Occurs immediately after the response is received.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
event EventHandler<ValidationEventArgs^>^ ValidateResponse {
	void add(EventHandler<ValidationEventArgs^>^ value);
	void remove(EventHandler<ValidationEventArgs^>^ value);
}

Used to make sure that the response was valid.

Return to top
Show: