Click or drag to resize
DbClientRawExecute Method (String, String)
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(
	string uri,
	string id
)

Parameters

uri
Type: SystemString
The uri
id
Type: SystemString
The id

Return Value

Type: HttpResponseMessage
The raw Http response
See Also