Class to contain all result information for a completed Web performance test request.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestResult
Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WebTestRequestResult
[SerializableAttribute]
public class WebTestRequestResult
[SerializableAttribute]
public ref class WebTestRequestResult
[<SerializableAttribute>]
type WebTestRequestResult =  class end
public class WebTestRequestResult
The WebTestRequestResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ConditionalRuleResult | Gets or sets the conditional rule result. | 
| .gif) | DependantResults | Gets the list of dependant results. | 
| .gif) | Errors | Gets the list of errors. | 
| .gif) | ExtractionRuleResults | Gets the list of extraction rule results. | 
| .gif) | IsSkippedRequest | Gets or sets the Boolean indicator of whether this request will be skipped. | 
| .gif) | Request | Gets or sets the Web performance test request. | 
| .gif) | Response | Gets or sets the Web performance test response. | 
| .gif) | ValidationRuleResults | Gets or sets the validation rule results. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetDependantResult | Returns the dependent result for the specified URL, or nulla null reference (Nothing in Visual Basic) if no dependent result could be found at that URL. | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.