C# 클래스 EdjCase.JsonRpc.Core.RpcRequest

파일 보기 프로젝트 열기: edjCase/JsonRpc 1 사용 예제들

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