Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core.Api/
DAsyncClientStreamingCall.cs30 public sealed class AsyncClientStreamingCall<TRequest, TResponse> : IDisposable class
45 public AsyncClientStreamingCall(IClientStreamWriter<TRequest> requestStream, in AsyncClientStreamingCall() method in Grpc.Core.AsyncClientStreamingCall
67 public AsyncClientStreamingCall(IClientStreamWriter<TRequest> requestStream, in AsyncClientStreamingCall() method in Grpc.Core.AsyncClientStreamingCall
DClientBase.cs187 …public override AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, T… in AsyncClientStreamingCall() method in Grpc.Core.ClientBase.ClientBaseConfiguration.ClientBaseConfigurationInterceptor
/third_party/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
/third_party/grpc/src/csharp/Grpc.Core.Testing/
DTestCalls.cs45 …public static AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, TRe… in AsyncClientStreamingCall() method in Grpc.Core.Testing.TestCalls
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DUnimplementedCallInvoker.cs50 …public override AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, T… in AsyncClientStreamingCall() method in Grpc.Core.Internal.UnimplementedCallInvoker
/third_party/grpc/src/csharp/Grpc.Core.Api/Internal/
DUnimplementedCallInvoker.cs50 …public override AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, T… in AsyncClientStreamingCall() method in Grpc.Core.Internal.UnimplementedCallInvoker
/third_party/grpc/src/csharp/Grpc.Core/
DDefaultCallInvoker.cs73 …public override AsyncClientStreamingCall<TRequest, TResponse> AsyncClientStreamingCall<TRequest, T… in AsyncClientStreamingCall() method in Grpc.Core.DefaultCallInvoker
/third_party/grpc/src/csharp/Grpc.Core.Api/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