Interface IRestClientProxyInvoker
Interface for calling a rest endpoint
Namespace: ImageVault.Client.Rest
Assembly: ImageVault.Client.dll
Syntax
public interface IRestClientProxyInvoker
Methods
Call(String, String, Object, Type)
Performs a REST request
Declaration
object Call(string name, string method, object argument, Type returnType)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | method | |
System.Object | argument | |
System.Type | returnType |
Returns
Type | Description |
---|---|
System.Object |