Home
last modified time | relevance | path

Searched refs:StartSendStatusFromServer (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DINativeCall.cs90 …void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status status, Me… in StartSendStatusFromServer() method
DAsyncCallServer.cs143 …call.StartSendStatusFromServer(SendStatusFromServerCompletionCallback, status, metadataArray, !ini… in SendStatusFromServerAsync()
DCallSafeHandle.cs130 …public void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status sta… in StartSendStatusFromServer() method in Grpc.Core.Internal.CallSafeHandle
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DFakeNativeCall.cs159 …public void StartSendStatusFromServer(ISendStatusFromServerCompletionCallback callback, Status sta… in StartSendStatusFromServer() method in Grpc.Core.Internal.Tests.FakeNativeCall