Skip to content

c033031f 2277 0002 3904 8f274577b9f7

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

HTTPBased Methods

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

The HTTPBased type exposes the following members.

Methods

 

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

See Also

Reference

HTTPBased Class
TeamControlium.NonGUI Namespace

Clone this wiki locally