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