4 references to UnaryCallAsync
InteropClient (4)
InteropClient.cs (4)
576
var call = client.
UnaryCallAsync
(request, headers: CreateTestMetadata());
664
await client.
UnaryCallAsync
(new SimpleRequest
800
var response = await client.
UnaryCallAsync
(request);
811
response = await client.
UnaryCallAsync
(request);