private StubInterface() { _instance = this; StubServer = new RpcServer2(); StubClient = new StubClient(); _messageParser = new StubMessageParser(); }
private StubInterface() { _instance = this; StubServer = new RpcServer(); StubClient = new StubClient(); MessageHandler = new StubMessageHandler(); }