Home
last modified time | relevance | path

Searched defs:AsyncServerStreamingCall (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/
DAsyncServerStreamingCall.cs28 public sealed class AsyncServerStreamingCall<TResponse> : IDisposable class
41 public AsyncServerStreamingCall(IAsyncStreamReader<TResponse> responseStream, in AsyncServerStreamingCall() method in Grpc.Core.AsyncServerStreamingCall
60 public AsyncServerStreamingCall(IAsyncStreamReader<TResponse> responseStream, in AsyncServerStreamingCall() method in Grpc.Core.AsyncServerStreamingCall
DClientBase.cs182 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.ClientBase.ClientBaseConfiguration.ClientBaseConfigurationInterceptor
/third_party/grpc/src/csharp/Grpc.Core.Testing/
DTestCalls.cs57 public static AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TResponse>( in AsyncServerStreamingCall() method in Grpc.Core.Testing.TestCalls
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DUnimplementedCallInvoker.cs45 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.Internal.UnimplementedCallInvoker
/third_party/grpc/src/csharp/Grpc.Core.Api/Internal/
DUnimplementedCallInvoker.cs45 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.Internal.UnimplementedCallInvoker
/third_party/grpc/src/csharp/Grpc.Core/
DDefaultCallInvoker.cs63 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.DefaultCallInvoker
/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/
DInterceptingCallInvoker.cs68 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.Interceptors.InterceptingCallInvoker
DCallInvokerExtensions.cs127 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.Interceptors.CallInvokerExtensions.MetadataInterceptor
/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DClientInterceptorTest.cs154 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.Interceptors.Tests.ClientInterceptorTest.CallbackInterceptor