-
Notifications
You must be signed in to change notification settings - Fork 0
fdcb1f72 8d09 33b5 8fd4 6482e137630c
Mat Walker edited this page Apr 17, 2020
·
1 revision
[This is preliminary documentation and is subject to change.]
The HTTPBased type exposes the following members.
Name | Description | |
---|---|---|
Body | Gets or sets the HTTP body | |
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... | |
ClientCertificate | Gets or sets X509 Certificate to use with SSL based communications (If required) | |
Domain | Gets or sets the HTTP Domain | |
HeaderList | Gets or sets the HTTP Header as a List of name/value pairs | |
HeaderString | Gets or sets the HTTP Header as a string | |
HTTPMethod | Gets or sets the HTTP Method | |
QueryList | Gets or sets the HTTP Query list that is used on top line of HTTP Header | |
QueryString | Gets or sets the HTTP Query string that is used on top line of HTTP Header | |
ResourcePath | Gets or sets the HTTP Resource Path | |
ResponseRaw | Gets raw Response text of HTTP Request. Data is raw HTTP response. | |
TryException | Gets last exception thrown in a Try... method. | |
UseSSL | Gets or sets a value indicating whether a secure SSL (HTTPS) connection is to be used |
- TeamControlium Namespace
-
TeamControlium.NonGUI Namespace
-
HTTPBased Class
- HTTPBased Constructor
-
HTTPBased Properties
- HTTPBased.Body Property
- HTTPBased.CertificateValidationCallback Property
- HTTPBased.ClientCertificate Property
- HTTPBased.Domain Property
- HTTPBased.HeaderList Property
- HTTPBased.HeaderString Property
- HTTPBased.HTTPMethod Property
- HTTPBased.QueryList Property
- HTTPBased.QueryString Property
- HTTPBased.ResourcePath Property
- HTTPBased.ResponseRaw Property
- HTTPBased.TryException Property
- HTTPBased.UseSSL Property
- HTTPBased Methods
- HTTPBased.HTTPMethods Enumeration
- HTTPBased.ItemList Class
- TCPBased Class
-
HTTPBased Class