Skip to content

fdcb1f72 8d09 33b5 8fd4 6482e137630c

Mat Walker edited this page Apr 17, 2020 · 1 revision

HTTPBased Properties

[This is preliminary documentation and is subject to change.]

The HTTPBased type exposes the following members.

Properties

 

Name Description
Public property Body Gets or sets the HTTP body
Public property CertificateValidationCallback Gets or sets Call-back delegate for custom/test-based validations of Server certificates. Can be used for Server Certificate logging, negative testing etc...
Public property ClientCertificate Gets or sets X509 Certificate to use with SSL based communications (If required)
Public property Domain Gets or sets the HTTP Domain
Public property HeaderList Gets or sets the HTTP Header as a List of name/value pairs
Public property HeaderString Gets or sets the HTTP Header as a string
Public property HTTPMethod Gets or sets the HTTP Method
Public property QueryList Gets or sets the HTTP Query list that is used on top line of HTTP Header
Public property QueryString Gets or sets the HTTP Query string that is used on top line of HTTP Header
Public property ResourcePath Gets or sets the HTTP Resource Path
Public property ResponseRaw Gets raw Response text of HTTP Request. Data is raw HTTP response.
Public property TryException Gets last exception thrown in a Try... method.
Public property UseSSL Gets or sets a value indicating whether a secure SSL (HTTPS) connection is to be used
  Back to Top

See Also

Reference

HTTPBased Class
TeamControlium.NonGUI Namespace

Clone this wiki locally