Searched refs:duplexStreamingMethod (Results 1 – 1 of 1) sorted by relevance
45 readonly Method<string, string> duplexStreamingMethod; field in Grpc.Core.Tests.MockServiceHelper82 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()