Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAsyncCallBase.cs181 protected abstract bool IsClient property in Grpc.Core.Internal.AsyncCallBase
245 if (!success && !finished && IsClient) { in HandleSendFinished()
272 if (IsClient) in HandleSendFinished()
339 if (deserializeException != null && IsClient) in HandleReadFinished()
360 if (deserializeException != null && !IsClient) in HandleReadFinished()
DAsyncCallServer.cs177 protected override bool IsClient property in Grpc.Core.Internal.AsyncCallServer
DAsyncCall.cs415 protected override bool IsClient property in Grpc.Core.Internal.AsyncCall