Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DMockServiceHelper.cs43 readonly Method<string, string> clientStreamingMethod; field in Grpc.Core.Tests.MockServiceHelper
68 clientStreamingMethod = new Method<string, string>( in MockServiceHelper()
91 ….AddMethod(clientStreamingMethod, (requestStream, context) => clientStreamingHandler(requestStream… in MockServiceHelper()
159 … return new CallInvocationDetails<string, string>(channel, clientStreamingMethod, options); in CreateClientStreamingCall()