RESTClientAsync Class |
Namespace: Koden.Utils.REST
The RESTClientAsync type exposes the following members.
| Name | Description | |
|---|---|---|
| RESTClientAsync |
Initializes a new instance of the RESTClientAsync class.
| |
| RESTClientAsync(String, Boolean) |
Initializes a new instance of the RESTClientAsync class.
| |
| RESTClientAsync(RESTHeader, String) |
Initializes a new instance of the RESTClientAsync class.
| |
| RESTClientAsync(String, RESTOperation, Boolean) |
Initializes a new instance of the RESTClientAsync class.
| |
| RESTClientAsync(String, RESTOperation, String, Boolean) |
Initializes a new instance of the RESTClientAsync 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.
|
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| DoRequestAsync(String) |
Makes the request asynchronously.
| |
| DoRequestAsync(String, String, String, Int32, String) |
Makes the request asynchronously.
| |
| 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 |
Gets the login token.
| |
| 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.) |