Home
last modified time | relevance | path

Searched refs:ResponseWithFlags (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAsyncCallServer.cs130 …public Task SendStatusFromServerAsync(Status status, Metadata trailers, ResponseWithFlags? optiona… in SendStatusFromServerAsync()
251 public struct ResponseWithFlags struct in Grpc.Core.Internal.AsyncCallServer
253 public ResponseWithFlags(TResponse response, WriteFlags writeFlags) in ResponseWithFlags() method
DServerCallHandler.cs65 AsyncCallServer<TRequest,TResponse>.ResponseWithFlags? responseWithFlags = null; in HandleCall()
73 …responseWithFlags = new AsyncCallServer<TRequest, TResponse>.ResponseWithFlags(response, HandlerUt… in HandleCall()
192 AsyncCallServer<TRequest, TResponse>.ResponseWithFlags? responseWithFlags = null; in HandleCall()
198 …responseWithFlags = new AsyncCallServer<TRequest, TResponse>.ResponseWithFlags(response, HandlerUt… in HandleCall()