RESTClient Class |
Namespace: Koden.Utils.REST
The RESTClient type exposes the following members.
| Name | Description | |
|---|---|---|
| RESTClient |
Initializes a new instance of the RESTClient class.
| |
| RESTClient(String, Boolean) |
Initializes a new instance of the RESTClient class.
| |
| RESTClient(RESTHeader, String) |
Initializes a new instance of the RESTClient class.
| |
| RESTClient(String, RESTOperation, Boolean) |
Initializes a new instance of the RESTClient class.
| |
| RESTClient(String, RESTOperation, String, Boolean) |
Initializes a new instance of the RESTClient class.
|
| Name | Description | |
|---|---|---|
| AdditionalHeaders |
Gets or sets any additional headers.
| |
| ContentType |
Gets or sets the type of the content.
| |
| LogEnabled |
Gets or sets a value indicating whether logging is enabled.
| |
| Method |
Gets or sets the method.
| |
| PostData |
Gets or sets the post data.
| |
| TimeOut |
Gets or sets the time out for the REST Call.
|
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| DoRequest(String) |
Makes the REST request.
| |
| DoRequest(String, String, String, Int32, String) |
Makes the REST request.
| |
| 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.) | |
| GetAPIT |
Gets the data from the api endpoint.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLoginToken | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |