Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DGenericService.cs42 … public readonly static Method<byte[], byte[]> StreamingCallMethod = new Method<byte[], byte[]>( field in Grpc.IntegrationTesting.GenericService
53 .AddMethod(StreamingCallMethod, handler).Build(); in BindHandler()
DClientRunners.cs284 … new CallInvocationDetails<byte[], byte[]>(channel, GenericService.StreamingCallMethod, new CallOp… in RunGenericStreamingAsync()