Click or drag to resize
ArasHttpConnection Class
Inheritance Hierarchy
SystemObject
  Innovator.Client.ConnectionArasHttpConnection

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public class ArasHttpConnection : IRemoteConnection, 
	IAsyncConnection, IConnection, IDisposable, IArasConnection

The ArasHttpConnection type exposes the following members.

Constructors
  NameDescription
Public methodArasHttpConnection
Initializes a new instance of the ArasHttpConnection class
Top
Properties
Methods
  NameDescription
Public methodClone
Public methodCreateUploadCommand
Public methodDefaultSettings
Public methodDispose
Releases all resources used by the ArasHttpConnection
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(ArasHttpConnection)
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 methodGetDatabases
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLogin(ICredentials)
Public methodLogin(ICredentials, Boolean)
Public methodLogout(Boolean)
Public methodLogout(Boolean, Boolean)
Public methodMapClientUrl
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcess(Command)
Process a command by crafting the appropriate HTTP request and returning the HTTP response stream
Public methodProcess(Command, Boolean)
Process a command asynchronously by crafting the appropriate HTTP request and returning the HTTP response stream
Public methodSetVaultStrategy
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleApply
Get the result of executing the specified AML query
(Defined by ConnectionExtensions.)
Public Extension MethodApplyAsync
Get the result of executing the specified AML query
(Defined by ConnectionExtensions.)
Public Extension MethodApplySql(Command, Boolean)Overloaded.
Get the result of executing the specified SQL query
(Defined by ConnectionExtensions.)
Public Extension MethodApplySql(Command, Object)Overloaded.
Get the result of executing the specified SQL query
(Defined by ConnectionExtensions.)
Public Extension MethodAsDb (Defined by ConnectionExtensions.)
Public Extension MethodItemById(String, String)Overloaded.
Retrieve an item based on its type and ID
(Defined by ConnectionExtensions.)
Public Extension MethodItemByIdT(String, String, FuncIReadOnlyItem, T)Overloaded.
Retrieve an item based on its type and ID and map it to an object
(Defined by ConnectionExtensions.)
Public Extension MethodItemByKeyedName
Retrieve an item based on its type and keyed name
(Defined by ConnectionExtensions.)
Public Extension MethodItemByQuery(Command)Overloaded.
Get a single item from the database using the specified query. If the result is not a single item, an exception will be thrown
(Defined by ConnectionExtensions.)
Public Extension MethodItemByQuery(Command, Boolean)Overloaded.
Get a single item from the database using the specified query asynchronously. If the result is not a single item, an exception will be thrown
(Defined by ConnectionExtensions.)
Public Extension MethodLock (Defined by ConnectionExtensions.)
Public Extension MethodNextSequence (Defined by ConnectionExtensions.)
Public Extension MethodPromote (Defined by ConnectionExtensions.)
Public Extension MethodUnlock (Defined by ConnectionExtensions.)
Top
Explicit Interface Implementations
See Also