RESTHeader Class |
[Missing <summary> documentation for "T:Koden.Utils.REST.RESTHeader"]
Namespace: Koden.Utils.REST
The RESTHeader type exposes the following members.
| Name | Description | |
|---|---|---|
| RESTHeader | Initializes a new instance of the RESTHeader class |
| Name | Description | |
|---|---|---|
| AuthType |
Gets or sets the type of the authentication.
| |
| LoggerInstance |
Gets or sets the logger instance.
| |
| Password |
Gets or sets the password.
| |
| rootURI |
Gets or sets the uri to the root endpoint for REST API.
| |
| TimeOut |
Gets or sets the time out.
| |
| UserId |
Gets or Sets the User ID
| |
| UserKey |
Gets or sets the user key (Encrypted Userid/password combo).
| |
| XML |
Gets or sets whether or not to return XML.
|
| 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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |