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