Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DMockServiceHelper.cs44 readonly Method<string, string> serverStreamingMethod; field in Grpc.Core.Tests.MockServiceHelper
75 serverStreamingMethod = new Method<string, string>( in MockServiceHelper()
92 ….AddMethod(serverStreamingMethod, (request, responseStream, context) => serverStreamingHandler(req… in MockServiceHelper()
164 … return new CallInvocationDetails<string, string>(channel, serverStreamingMethod, options); in CreateServerStreamingCall()