Exemplo n.º 1
0
 public WeatherForecastController(Echo.EchoClient echoClient)
 {
     this.echoClient = echoClient;
 }
        public EchoPeersController()
        {
            var echoChannel = GrpcChannel.ForAddress("https://localhost:5001");

            echoClient = new Echo.EchoClient(echoChannel);
        }