Searched defs:UnaryCallAsync (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ | ||
D | BenchmarkServiceGrpc.cs | 232 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient |
D | TestGrpc.cs | 341 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync() method in Grpc.Testing.TestService.TestServiceClient |
/third_party/grpc/src/csharp/Grpc.Core/Internal/ | ||
D | AsyncCall.cs | 148 public Task<TResponse> UnaryCallAsync(TRequest msg) in UnaryCallAsync() method in Grpc.Core.Internal.AsyncCall |