WebTestRequestResult Class
Class to contain all result information for a completed Web performance test request.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | ConditionalRuleResult | Gets or sets the conditional rule result. |
![]() | DependantResults | Gets the list of dependant results. |
![]() | Errors | Gets the list of errors. |
![]() | ExtractionRuleResults | Gets the list of extraction rule results. |
![]() | IsSkippedRequest | Gets or sets the Boolean indicator of whether this request will be skipped. |
![]() | Request | Gets or sets the Web performance test request. |
![]() | Response | Gets or sets the Web performance test response. |
![]() | ValidationRuleResults | Gets or sets the validation rule results. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetDependantResult(String^) | Returns the dependent result for the specified URL, or null if no dependent result could be found at that URL. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


