Searched refs:SendStatusFromServerAsync (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | ServerCallHandler.cs | 85 …await asyncCall.SendStatusFromServerAsync(status, context.ResponseTrailers, responseWithFlags).Con… in HandleCall() 148 …await asyncCall.SendStatusFromServerAsync(status, context.ResponseTrailers, null).ConfigureAwait(f… in HandleCall() 211 …await asyncCall.SendStatusFromServerAsync(status, context.ResponseTrailers, responseWithFlags).Con… in HandleCall() 271 …await asyncCall.SendStatusFromServerAsync(status, context.ResponseTrailers, null).ConfigureAwait(f… in HandleCall()
|
D | AsyncCallServer.cs | 130 …public Task SendStatusFromServerAsync(Status status, Metadata trailers, ResponseWithFlags? optiona… in SendStatusFromServerAsync() method in Grpc.Core.Internal.AsyncCallServer
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | AsyncCallServerTest.cs | 151 …var writeStatusTask = asyncCallServer.SendStatusFromServerAsync(Status.DefaultSuccess, new Metadat… in WriteAndWriteStatusCanRunConcurrently() 170 asyncCallServer.SendStatusFromServerAsync(Status.DefaultSuccess, new Metadata(), null); in WriteAfterWriteStatusThrowsInvalidOperationException()
|