C# Class EdjCase.JsonRpc.Core.RpcRequest

Show file Open project: edjCase/JsonRpc Class Usage Examples

Private Properties

Property Type Description
RpcRequest System.Collections.Generic

Public Methods

Method Description
RpcRequest ( object id, string method ) : System.Collections.Generic
RpcRequest ( object id, string method, object>.Dictionary parameterMap ) : System.Collections.Generic

Private Methods

Method Description
RpcRequest ( ) : System.Collections.Generic

Method Details

RpcRequest() public method

public RpcRequest ( object id, string method ) : System.Collections.Generic
id object Request id
method string Target method name
return System.Collections.Generic

RpcRequest() public method

public RpcRequest ( object id, string method, object>.Dictionary parameterMap ) : System.Collections.Generic
id object Request id
method string Target method name
parameterMap object>.Dictionary Map of parameter name to parameter value for the target method
return System.Collections.Generic