A raw rpc client sending TRequest and receiving TResponse object through Input/Output stream.
TId = The type used to identify rpc request. TRequest = Request type, must be an IRPCRequest. TResponse = Reponse type, must be an IRPCResponse.
See Implementation
A raw rpc client sending TRequest and receiving TResponse object through Input/Output stream.