コード例 #1
0
 public WeatherForecastController(Echo.EchoClient echoClient)
 {
     this.echoClient = echoClient;
 }
コード例 #2
0
        public EchoPeersController()
        {
            var echoChannel = GrpcChannel.ForAddress("https://localhost:5001");

            echoClient = new Echo.EchoClient(echoChannel);
        }