WebTestRequest Members
Include Protected Members
Include Inherited Members
Represents an HTTP request that will be sent to a Web server.
The WebTestRequest type exposes the following members.
Constructors
Name
Description
Overloaded. These constructors initialize a new instance of the WebTestRequest class.
Top
Methods
Name
Description
Makes a deep copy of the WebTestRequest object. (Overrides WebTestItem.Clone().)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets the body of this request.
Gets or sets a value that indicates whether to simulate browser caching for the request.
Gets or sets a reference to allow users to authenticate using X.509 SSL certificates.
Gets a collection of cookies.
CorrelationExtractionRuleReferences
Gets the collection of references to extraction rules that are used to correlate dynamic parameters.
Gets the collection of dependent requests.
Gets or sets the Encoding format.
Gets or sets the HTTP status code that is expected for this request.
Gets or sets the expected URL of the response. When a redirect is expected, this URL might differ from the request URL.
Gets the collection of references to extraction rules that are defined for the request.
Gets or sets a value that indicates whether to automatically follow redirects.
Gets a value that indicates whether the request has cookies.
Gets a value that indicates whether the request has dependent requests.
Gets a value that indicates whether the request has HTTP headers.
Gets a value that indicates whether the request has querystring parameters.
Gets the collection of HTTP headers for the request.
Gets a value that indicates whether the request was created as the result of following a redirect.
Gets or sets the method to use for the request.
Gets or sets the Pass or Fail outcome of the Web test request.
Gets or sets a value that indicates whether to automatically fetch dependent requests found in the response body.
Gets the list of query string parameters for the request.
Gets or sets a value that indicates whether individual statistics and result data are tracked for this request.
Gets or sets the response time goal for a particular page.
Gets or sets a value that indicates whether the user can send a chunked request body.
Gets or sets a value representing the think time to wait after the response is received.
Gets or sets a value that indicates the amount of time to wait for this request before timing out.
Gets or sets the URL to the resource used for the request.
Gets the URL to the resource that is used for the request, including the query string.
Gets the collection of references to validation rules that are defined for the request.
Gets or sets the HTTP version of the request.
WebTestRequestPluginReferences
Gets the collection of references to the Web test request plug-ins that are defined on the request.
Top
Events
Name
Description
Occurs after the ValidateResponse event.
Occurs after the ValidateResponse and the ExtractValues events.
Occurs before the request is sent.
Occurs immediately after the response is received.
Top