Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs201 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
212 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
DTestGrpc.cs310 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync() method in Grpc.Testing.TestService.TestServiceClient
320 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync() method in Grpc.Testing.TestService.TestServiceClient
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAsyncCall.cs148 public Task<TResponse> UnaryCallAsync(TRequest msg) in UnaryCallAsync() method in Grpc.Core.Internal.AsyncCall