ArasHttpConnection Methods |
The ArasHttpConnection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | CreateUploadCommand | |
![]() | DefaultSettings | |
![]() | Dispose | |
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(ArasHttpConnection) | |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetDatabases | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Login(ICredentials) | |
![]() | Login(ICredentials, Boolean) | |
![]() | Logout(Boolean) | |
![]() | Logout(Boolean, Boolean) | |
![]() | MapClientUrl | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Process(Command) |
Process a command by crafting the appropriate HTTP request and returning the HTTP response stream
|
![]() | Process(Command, Boolean) |
Process a command asynchronously by crafting the appropriate HTTP request and returning the HTTP response stream
|
![]() | SetVaultStrategy | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Apply |
Get the result of executing the specified AML query
(Defined by ConnectionExtensions.) |
![]() | ApplyAsync |
Get the result of executing the specified AML query
(Defined by ConnectionExtensions.) |
![]() | ApplySql(Command, Boolean) | Overloaded.
Get the result of executing the specified SQL query
(Defined by ConnectionExtensions.) |
![]() | ApplySql(Command, Object) | Overloaded.
Get the result of executing the specified SQL query
(Defined by ConnectionExtensions.) |
![]() | AsDb | (Defined by ConnectionExtensions.) |
![]() | ItemById(String, String) | Overloaded.
Retrieve an item based on its type and ID
(Defined by ConnectionExtensions.) |
![]() | ItemByIdT(String, String, FuncIReadOnlyItem, T) | Overloaded.
Retrieve an item based on its type and ID and map it to an object
(Defined by ConnectionExtensions.) |
![]() | ItemByKeyedName |
Retrieve an item based on its type and keyed name
(Defined by ConnectionExtensions.) |
![]() | ItemByQuery(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.) |
![]() | ItemByQuery(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.) |
![]() | Lock | (Defined by ConnectionExtensions.) |
![]() | NextSequence | (Defined by ConnectionExtensions.) |
![]() | Promote | (Defined by ConnectionExtensions.) |
![]() | Unlock | (Defined by ConnectionExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | IArasConnectionSetDefaultHeaders |