Home
last modified time | relevance | path

Searched refs:SendStatusFromServerAsync (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs85 …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()
DAsyncCallServer.cs130 …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/
DAsyncCallServerTest.cs151 …var writeStatusTask = asyncCallServer.SendStatusFromServerAsync(Status.DefaultSuccess, new Metadat… in WriteAndWriteStatusCanRunConcurrently()
170 asyncCallServer.SendStatusFromServerAsync(Status.DefaultSuccess, new Metadata(), null); in WriteAfterWriteStatusThrowsInvalidOperationException()