Searched refs:ResponseWithFlags (Results 1 – 2 of 2) sorted by relevance
130 …public Task SendStatusFromServerAsync(Status status, Metadata trailers, ResponseWithFlags? optiona… in SendStatusFromServerAsync()251 public struct ResponseWithFlags struct in Grpc.Core.Internal.AsyncCallServer253 public ResponseWithFlags(TResponse response, WriteFlags writeFlags) in ResponseWithFlags() method
65 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()