Searched refs:ReadMessageAsync (Results 1 – 5 of 5) sorted by relevance
56 var result = await call.ReadMessageAsync().ConfigureAwait(false); in MoveNext()
55 var result = await call.ReadMessageAsync().ConfigureAwait(false); in MoveNext()
89 public Task<TRequest> ReadMessageAsync() in ReadMessageAsync() method in Grpc.Core.Internal.AsyncCallServer
303 public Task<TResponse> ReadMessageAsync() in ReadMessageAsync() method in Grpc.Core.Internal.AsyncCall
67 async () => await asyncCall.ReadMessageAsync()); in AsyncUnary_StreamingOperationsNotAllowed()150 async () => await asyncCall.ReadMessageAsync()); in ClientStreaming_StreamingReadNotAllowed()