Try to connect the client.
Send a request and wait a response for the specified timeout.
Tell to process the input stream once.
Returns true if the client is connected.
TId = The type used to identify rpc request. TRequest = Request type, must be an IRPCRequest. TResponse = Reponse type, must be an IRPCResponse.
An RPC client working with TRequest and TResponse.