Searched refs:StreamingCallMethod (Results 1 – 2 of 2) sorted by relevance
42 … public readonly static Method<byte[], byte[]> StreamingCallMethod = new Method<byte[], byte[]>( field in Grpc.IntegrationTesting.GenericService53 .AddMethod(StreamingCallMethod, handler).Build(); in BindHandler()
284 … new CallInvocationDetails<byte[], byte[]>(channel, GenericService.StreamingCallMethod, new CallOp… in RunGenericStreamingAsync()