WebTestRequest Properties

Include Protected Members
Include Inherited Members

The WebTestRequest type exposes the following members.

Properties

  Name Description
Public property Body Gets or sets the body of this request.
Public property BodyBytes Gets the bytes that are associated with the body.
Public property Cache Gets or sets a value that indicates whether to simulate browser caching for the request.
Public property ClientCertificates Gets or sets a reference to allow users to authenticate by using X.509 SSL certificates.
Public property ContentLength Gets the length, in bytes, of the request body.
Public property ContentType Gets the content type of the request.
Public property Cookies Gets a collection of cookies.
Public property CorrelationExtractionRuleReferences Gets the collection of references to extraction rules that are used to correlate dynamic parameters.
Public property DependentGuid
Public property DependentRequests Gets the collection of dependent requests.
Public property EncodeRedirectedUrl Gets or sets a Boolean value that indicates whether to encode query string parameters on a redirected URL.
Public property Encoding Gets or sets the Encoding format.
Public property ExpectedHttpStatusCode Gets or sets the HTTP status code that is expected for this request.
Public property ExpectedResponseUrl Gets or sets the expected URL of the response. When a redirect is expected, this URL might differ from the request URL.
Public property ExtractionRuleReferences Gets the collection of references to extraction rules that are defined for the request.
Public property FollowRedirects Gets or sets a value that indicates whether to automatically follow redirects.
Public property Guid
Public property HasCookies Gets a value that indicates whether the request has cookies.
Public property HasDependentRequests Gets a value that indicates whether the request has dependent requests.
Public property HasHeaders Gets a value that indicates whether the request has HTTP headers.
Public property HasQueryStringParameters Gets a value that indicates whether the request has querystring parameters.
Public property Headers Gets the collection of HTTP headers for the request.
Public property IgnoreHttpStatusCode
Public property IsRedirectFollow Gets a value that indicates whether the request was created as the result of following a redirect.
Public property ItemId Zero-based sequence number of the item in the Web performance test. (Inherited from WebTestItem.)
Public property Method Gets or sets the method to use for the request.
Public property Outcome Gets or sets the Pass or Fail outcome of the Web performance test request.
Public property ParseDependentRequests Gets or sets a value that indicates whether to automatically fetch dependent requests that are found in the response body.
Public property QueryStringParameters Gets the list of query string parameters for the request.
Public property RecordedCookies Gets the cookies that are recorded together with the request.
Public property RecordResult Gets or sets a value that indicates whether individual statistics and result data are tracked for this request.
Public property ReportingName Gets or sets the reporting name for a request.
Public property ResponseTimeGoal Gets or sets the response time goal for a particular page.
Public property SendChunked Gets or sets a value that indicates whether the user can send a chunked request body.
Public property ThinkTime Gets or sets a value that represents the think time to wait after the response is received.
Public property Timeout Gets or sets a value that indicates the time to wait for this request before timing out.
Public property Url Gets or sets the URL to the resource that is used for the request.
Public property UrlWithQueryString Gets the URL to the resource that is used for the request. This includes the query string.
Public property ValidationRuleReferences Gets the collection of references to validation rules that are defined for the request.
Public property Version Gets or sets the HTTP version of the request.
Public property WebTestRequestPluginReferences Gets the collection of references to the Web performance test request plug-ins that are defined on the request.

Top

See Also

Reference

WebTestRequest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace