Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DINativeCall.cs88 void StartSendCloseFromClient(ISendCompletionCallback callback); in StartSendCloseFromClient() method
DCallSafeHandle.cs121 public void StartSendCloseFromClient(ISendCompletionCallback callback) in StartSendCloseFromClient() method in Grpc.Core.Internal.CallSafeHandle
DAsyncCall.cs332 call.StartSendCloseFromClient(SendCompletionCallback); in SendCloseFromClientAsync()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DFakeNativeCall.cs154 public void StartSendCloseFromClient(ISendCompletionCallback callback) in StartSendCloseFromClient() method in Grpc.Core.Internal.Tests.FakeNativeCall