C# Класс EdjCase.JsonRpc.Core.RpcRequest

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
RpcRequest System.Collections.Generic

Открытые методы

Метод Описание
RpcRequest ( object id, string method ) : System.Collections.Generic
RpcRequest ( object id, string method, object>.Dictionary parameterMap ) : System.Collections.Generic

Приватные методы

Метод Описание
RpcRequest ( ) : System.Collections.Generic

Описание методов

RpcRequest() публичный Метод

public RpcRequest ( object id, string method ) : System.Collections.Generic
id object Request id
method string Target method name
Результат System.Collections.Generic

RpcRequest() публичный Метод

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
Результат System.Collections.Generic