Home
last modified time | relevance | path

Searched defs:UnaryCallAsync (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs232 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
243 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
DTestGrpc.cs341 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync() method in Grpc.Testing.TestService.TestServiceClient
351 …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/
DAsyncCall.cs148 public Task<TResponse> UnaryCallAsync(TRequest msg) in UnaryCallAsync() method in Grpc.Core.Internal.AsyncCall