Click or drag to resize

RESTClient Class

Client
Inheritance Hierarchy
SystemObject
  Koden.Utils.RESTRESTClient

Namespace:  Koden.Utils.REST
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public class RESTClient : IDisposable

The RESTClient type exposes the following members.

Constructors
  NameDescription
Public methodRESTClient
Initializes a new instance of the RESTClient class.
Public methodRESTClient(String, Boolean)
Initializes a new instance of the RESTClient class.
Public methodRESTClient(RESTHeader, String)
Initializes a new instance of the RESTClient class.
Public methodRESTClient(String, RESTOperation, Boolean)
Initializes a new instance of the RESTClient class.
Public methodRESTClient(String, RESTOperation, String, Boolean)
Initializes a new instance of the RESTClient class.
Top
Properties
  NameDescription
Public propertyAdditionalHeaders
Gets or sets any additional headers.
Public propertyContentType
Gets or sets the type of the content.
Public propertyLogEnabled
Gets or sets a value indicating whether logging is enabled.
Public propertyMethod
Gets or sets the method.
Public propertyPostData
Gets or sets the post data.
Public propertyTimeOut
Gets or sets the time out for the REST Call.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodDoRequest(String)
Makes the REST request.
Public methodDoRequest(String, String, String, Int32, String)
Makes the REST request.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAPIT
Gets the data from the api endpoint.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLoginToken
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also