![]() |
DbStoragePackage Class |
Namespace: DrawerBackup.Native.Clients
The DbStoragePackage type exposes the following members.
Name | Description | |
---|---|---|
![]() | DbStoragePackage | Initializes a new instance of the DbStoragePackage class |
Name | Description | |
---|---|---|
![]() | AuthID |
Current Authentication ID
(Inherited from DbClient.) |
![]() | BaseAddress |
Current Base Address
(Inherited from DbClient.) |
![]() | Client |
Current Client
(Inherited from DbClient.) |
![]() | Config |
Current Configuration
(Inherited from DbClient.) |
![]() | IsAuthenticated |
Is Authenticated
(Inherited from DbClient.) |
Name | Description | |
---|---|---|
![]() | Authenticate |
Try to auth the client
(Inherited from DbClient.) |
![]() | Authenticate(String, String) |
Authenticate
(Inherited from DbClient.) |
![]() | CheckAuthentication |
Check the authentication
(Inherited from DbClient.) |
![]() | Dispose | (Inherited from DbClient.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Execute(String) |
Execute a request
(Inherited from DbClient.) |
![]() | ExecuteTEntity(String, TEntity) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | ExecuteTEntity(String, String, TEntity) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | ExecuteFromId |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get(String) |
Execute a get
(Inherited from DbClient.) |
![]() | Get(String, String) |
Execute a get for a entity
(Inherited from DbClient.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetServerInformation |
Get the information about the server
(Inherited from DbClient.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsConnected |
Check the connection
(Inherited from DbClient.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Process |
Process a package
|
![]() | RawExecute(String, String) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | RawExecuteTEntity(String, TEntity) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | RawExecuteTEntity(String, String, TEntity) |
Execute a request with a entity
(Inherited from DbClient.) |
![]() | ResetTimeout |
Reset the timeout to the default
(Inherited from DbClient.) |
![]() | Send |
Sends a Package to the storage
|
![]() | SetTimeout |
Set the timeout to a request
(Inherited from DbClient.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | OnSendCompleted |
Occurs when the package is transferred
|
![]() | OnSendProgress |
Occurs when a the package piece is transferred
|
Name | Description | |
---|---|---|
![]() | ToDictionary | Overloaded.
Convert the object properties to a dictionary
(Defined by ObjectUtility.) |
![]() | ToDictionaryT | Overloaded.
Converts the object properties to a dictionary
(Defined by ObjectUtility.) |