Click or drag to resize
DbClient Methods

The DbClient type exposes the following members.

Methods
  Name Description
Public method Authenticate
Try to auth the client
Protected method Authenticate(String, String)
Authenticate
Protected method CheckAuthentication
Check the authentication
Public method Dispose
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Execute(String)
Execute a request
Protected method ExecuteTEntity(String, TEntity)
Execute a request with a entity
Protected method ExecuteTEntity(String, String, TEntity)
Execute a request with a entity
Protected method ExecuteFromId
Execute a request with a entity
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected method Get(String)
Execute a get
Protected method Get(String, String)
Execute a get for a entity
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetServerInformation
Get the information about the server
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method IsConnected
Check the connection
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method RawExecute(String, String)
Execute a request with a entity
Protected method RawExecuteTEntity(String, TEntity)
Execute a request with a entity
Protected method RawExecuteTEntity(String, String, TEntity)
Execute a request with a entity
Protected method ResetTimeout
Reset the timeout to the default
Protected method SetTimeout
Set the timeout to a request
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also