Click or drag to resize
HttpCheckDetails Properties
This API is preliminary and subject to change.

The HttpCheckDetails type exposes the following members.

Properties
  NameDescription
Public propertyAuthPassword
Gets the password of the user to authenticate over HTTP.
Public propertyAuthUser
Gets the username of the user to authenticate over HTTP.
Public propertyBody
Gets the regular expression to match against the body of the reply.
Public propertyBodyMatches
Gets a collection of named regular expressions to match against the body of the reply.
Public propertyExtensionData
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.)
Public propertyFollowRedirects
Gets a value indicating whether redirects should be followed.
Public propertyHeaders
Gets a collection of additional HTTP headers which are sent with the request.
Public propertyMethod
Gets the HTTP method to use for the request.
Public propertyPayload
Gets the body to send with the request.
Public propertyUrl
Gets the target URI.
Top
See Also