HttpCheckDetails Properties |
The HttpCheckDetails type exposes the following members.
Name | Description | |
---|---|---|
AuthPassword |
Gets the password of the user to authenticate over HTTP.
| |
AuthUser |
Gets the username of the user to authenticate over HTTP.
| |
Body |
Gets the regular expression to match against the body of the reply.
| |
BodyMatches |
Gets a collection of named regular expressions to match against the
body of the reply.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
FollowRedirects |
Gets a value indicating whether redirects should be followed.
| |
Headers |
Gets a collection of additional HTTP headers which are sent with the request.
| |
Method |
Gets the HTTP method to use for the request.
| |
Payload |
Gets the body to send with the request.
| |
Url |
Gets the target URI.
|