TcpJsonRpcServer.registerRequestHandler

Undocumented in source. Be warned that the author may not have intended to support it.
class TcpJsonRpcServer(TId, TReq : JsonRpcRequest!TId = JsonRpcRequest!TId, TResp : JsonRpcResponse!TId = JsonRpcResponse!TId)
void
registerRequestHandler
(
string method
,
JsonRpcRequestHandler!(TId, TReq, TResp) handler
)

Meta