Click or drag to resize
DbClientRawExecuteTEntity Method (String, TEntity)
Execute a request with a entity

Namespace: DrawerBackup.Native.Clients
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
protected HttpResponseMessage RawExecute<TEntity>(
	string uri,
	TEntity entity
)

Parameters

uri
Type: SystemString
The uri
entity
Type: TEntity
The entity

Type Parameters

TEntity
The entity to transfer

Return Value

Type: HttpResponseMessage
The raw Http response
See Also