Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAsyncCallBase.cs190 protected abstract Exception GetRpcExceptionClientOnly(); in GetRpcExceptionClientOnly() method in Grpc.Core.Internal.AsyncCallBase
275 origTcs.SetException(GetRpcExceptionClientOnly()); in HandleSendFinished()
DAsyncCall.cs420 protected override Exception GetRpcExceptionClientOnly() in GetRpcExceptionClientOnly() method in Grpc.Core.Internal.AsyncCall
578 delayedStreamingWriteTcs.SetException(GetRpcExceptionClientOnly()); in HandleUnaryResponse()
622 delayedStreamingWriteTcs.SetException(GetRpcExceptionClientOnly()); in HandleFinished()
DAsyncCallServer.cs182 protected override Exception GetRpcExceptionClientOnly() in GetRpcExceptionClientOnly() method in Grpc.Core.Internal.AsyncCallServer