Searched defs:AsyncServerStreamingCall (Results 1 – 8 of 8) sorted by relevance
28 public sealed class AsyncServerStreamingCall<TResponse> : IDisposable class44 public AsyncServerStreamingCall(IAsyncStreamReader<TResponse> responseStream, in AsyncServerStreamingCall() method in Grpc.Core.AsyncServerStreamingCall
63 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.DefaultCallInvoker
182 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.ClientBase.ClientBaseConfiguration.ClientBaseConfigurationInterceptor
57 public static AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TResponse>( in AsyncServerStreamingCall() method in Grpc.Core.Testing.TestCalls
45 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.Internal.UnimplementedCallInvoker
68 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.Interceptors.InterceptingCallInvoker
127 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.Interceptors.CallInvokerExtensions.MetadataInterceptor
154 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.Interceptors.Tests.ClientInterceptorTest.CallbackInterceptor