Share via


WebTestPropertiesRequest interface

The collection of request properties

Properties

followRedirects

Follow redirects for this web test.

headers

List of headers and their values to add to the WebTest call.

httpVerb

Http verb to use for this web test.

parseDependentRequests

Parse Dependent request for this WebTest.

requestBody

Base64 encoded string body to send with this web test.

requestUrl

Url location to test.

Property Details

followRedirects

Follow redirects for this web test.

followRedirects?: boolean

Property Value

boolean

headers

List of headers and their values to add to the WebTest call.

headers?: HeaderField[]

Property Value

httpVerb

Http verb to use for this web test.

httpVerb?: string

Property Value

string

parseDependentRequests

Parse Dependent request for this WebTest.

parseDependentRequests?: boolean

Property Value

boolean

requestBody

Base64 encoded string body to send with this web test.

requestBody?: string

Property Value

string

requestUrl

Url location to test.

requestUrl?: string

Property Value

string