Ejemplo n.º 1
0
 public async Task <string> SendMessageAsync()
 {
     return((await _client.GetHelloAsync(new HelloRequest())).Hello);
 }