Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DINativeCall.cs76 …void StartServerStreaming(IReceivedStatusOnClientCallback callback, SliceBufferSafeHandle payload,… in StartServerStreaming() method
DCallSafeHandle.cs95 …public void StartServerStreaming(IReceivedStatusOnClientCallback callback, SliceBufferSafeHandle p… in StartServerStreaming() method in Grpc.Core.Internal.CallSafeHandle
DAsyncCall.cs246 …call.StartServerStreaming(ReceivedStatusOnClientCallback, payload, GetWriteFlagsForCall(), metadat… in StartServerStreamingCall()
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DFakeNativeCall.cs122 …public void StartServerStreaming(IReceivedStatusOnClientCallback callback, SliceBufferSafeHandle p… in StartServerStreaming() method in Grpc.Core.Internal.Tests.FakeNativeCall