WebTestPropertiesRequest interface
The collection of request properties
Properties
follow |
Follow redirects for this web test. |
headers | List of headers and their values to add to the WebTest call. |
http |
Http verb to use for this web test. |
parse |
Parse Dependent request for this WebTest. |
request |
Base64 encoded string body to send with this web test. |
request |
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