Home
last modified time | relevance | path

Searched defs:AsyncClientStreamingCall (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DAsyncClientStreamingCall.cs30 public sealed class AsyncClientStreamingCall<TRequest, TResponse> : IDisposable class
48 public AsyncClientStreamingCall(IClientStreamWriter<TRequest> requestStream, in AsyncClientStreamingCall() method in Grpc.Core.AsyncClientStreamingCall
DDefaultCallInvoker.cs73 …public override AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, T… in AsyncClientStreamingCall() method in Grpc.Core.DefaultCallInvoker
DClientBase.cs187 …public override AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, T… in AsyncClientStreamingCall() method in Grpc.Core.ClientBase.ClientBaseConfiguration.ClientBaseConfigurationInterceptor
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DClientInterceptorTest.cs160 …public override AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, T… in AsyncClientStreamingCall() method in Grpc.Core.Interceptors.Tests.ClientInterceptorTest.CallbackInterceptor
175 …public override AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, T… in AsyncClientStreamingCall() method in Grpc.Core.Interceptors.Tests.ClientInterceptorTest.ClientStreamingCountingInterceptor
/external/grpc-grpc/src/csharp/Grpc.Core.Testing/
DTestCalls.cs45 …public static AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, TRe… in AsyncClientStreamingCall() method in Grpc.Core.Testing.TestCalls
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DUnimplementedCallInvoker.cs50 …public override AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, T… in AsyncClientStreamingCall() method in Grpc.Core.Internal.UnimplementedCallInvoker
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
DInterceptingCallInvoker.cs79 …public override AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, T… in AsyncClientStreamingCall() method in Grpc.Core.Interceptors.InterceptingCallInvoker
DCallInvokerExtensions.cs132 …public override AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, T… in AsyncClientStreamingCall() method in Grpc.Core.Interceptors.CallInvokerExtensions.MetadataInterceptor