프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
DaemonRequest ( int id, string method ) : System.Collections.Generic |
Create a new JSON RPC request with the given id, method and optionally parameters.
|
|
GetBytes ( ) : byte[] |
Get the bytes of the JSON representation of this object.
|
public DaemonRequest ( int id, string method ) : System.Collections.Generic | ||
id | int | |
method | string | |
리턴 | System.Collections.Generic |