Click or drag to resize

RESTClientAsync Class

Asynchronously make REST Calls
Inheritance Hierarchy
SystemObject
  Koden.Utils.RESTRESTClientAsync

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

The RESTClientAsync type exposes the following members.

Constructors
  NameDescription
Public methodRESTClientAsync
Initializes a new instance of the RESTClientAsync class.
Public methodRESTClientAsync(String, Boolean)
Initializes a new instance of the RESTClientAsync class.
Public methodRESTClientAsync(RESTHeader, String)
Initializes a new instance of the RESTClientAsync class.
Public methodRESTClientAsync(String, RESTOperation, Boolean)
Initializes a new instance of the RESTClientAsync class.
Public methodRESTClientAsync(String, RESTOperation, String, Boolean)
Initializes a new instance of the RESTClientAsync 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.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodDoRequestAsync(String)
Makes the request asynchronously.
Public methodDoRequestAsync(String, String, String, Int32, String)
Makes the request asynchronously.
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
Gets the login token.
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