|
DbClientRawExecute Method (String, String) |
Execute a request with a entity
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected HttpResponseMessage RawExecute(
string uri,
string id
)
Protected Function RawExecute (
uri As String,
id As String
) As HttpResponseMessage
protected:
HttpResponseMessage^ RawExecute(
String^ uri,
String^ id
)
member RawExecute :
uri : string *
id : string -> HttpResponseMessage
Parameters
- uri
- Type: SystemString
The uri - id
- Type: SystemString
The id
Return Value
Type:
HttpResponseMessageThe raw Http response
See Also