Home
last modified time | relevance | path

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

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