Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DMockServiceHelper.cs45 readonly Method<string, string> duplexStreamingMethod; field in Grpc.Core.Tests.MockServiceHelper
82 duplexStreamingMethod = new Method<string, string>( in MockServiceHelper()
93 ….AddMethod(duplexStreamingMethod, (requestStream, responseStream, context) => duplexStreamingHandl… in MockServiceHelper()
169 … return new CallInvocationDetails<string, string>(channel, duplexStreamingMethod, options); in CreateDuplexStreamingCall()