Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs38 …nseClientCallback)state).OnUnaryResponseClient(success, context.GetReceivedStatusOnClient(), conte…
40 …atusOnClientCallback)state).OnReceivedStatusOnClient(success, context.GetReceivedStatusOnClient());
DBatchContextSafeHandle.cs83 public ClientSideStatus GetReceivedStatusOnClient() in GetReceivedStatusOnClient() method in Grpc.Core.Internal.BatchContextSafeHandle
DAsyncCall.cs114 …HandleUnaryResponse(success, ctx.GetReceivedStatusOnClient(), ctx.GetReceivedMessage(), ctx.GetRec… in UnaryCall()