-
Notifications
You must be signed in to change notification settings - Fork 0
c033031f 2277 0002 3904 8f274577b9f7
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 | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Http(HTTPBased.HTTPMethods, Boolean) | Sends an HTTP Request with the given request method and set properties then returns response. | |
Http(HTTPBased.HTTPMethods, String, String, String, String, String, Boolean) | Sends an HTTP Request with the given request method and parameters | |
HttpGET() | Performs an HTTP GET to the required Domain/ResourcePath containing given HTTP Query-string Header and Body (if given) | |
HttpGET(String, String, String, String, String) | Performs an HTTP GET to the required Domain/ResourcePath containing given HTTP Query-string Header and Body (if given) | |
HttpPOST() | Performs an HTTP POST to the required Domain/ResourcePath containing given HTTP Header and Body | |
HttpPOST(String, String, String, String, String) | Performs an HTTP POST to the required Domain/ResourcePath containing given HTTP Header and Body | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryHttp(HTTPBased.HTTPMethods, HTTPBased.ItemList, Boolean) | Sends an HTTP Request with the given request method and set properties then returns response. | |
TryHttp(HTTPBased.HTTPMethods, String, String, String, String, String, HTTPBased.ItemList, Boolean) | Sends an HTTP Request with the given request method and parameters | |
TryHttpPOST(HTTPBased.ItemList) | Performs an HTTP POST to the required Domain/ResourcePath containing given HTTP Header and Body | |
TryHttpPOST(String, String, String, String, HTTPBased.ItemList) | Performs an HTTP POST to the required Domain/ResourcePath containing given HTTP Header and Body |
- 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