Home
last modified time | relevance | path

Searched refs:AsyncServerStreamingCall (Results 1 – 23 of 23) sorted by relevance

/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
70 return interceptor.AsyncServerStreamingCall( in AsyncServerStreamingCall()
73 … (req, ctx) => invoker.AsyncServerStreamingCall(ctx.Method, ctx.Host, ctx.Options, req)); in AsyncServerStreamingCall()
DInterceptor.cs104 …public delegate AsyncServerStreamingCall<TResponse> AsyncServerStreamingCallContinuation<TRequest,…
232 …public virtual AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(T…
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.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
DCallInvoker.cs46 …public abstract AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(…
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
61 …return new AsyncServerStreamingCall<TResponse>(responseStream, responseHeadersAsync, getStatusFunc… in AsyncServerStreamingCall()
/third_party/grpc/src/csharp/Grpc.Core/
DDefaultCallInvoker.cs63 …public override AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(… in AsyncServerStreamingCall() method in Grpc.Core.DefaultCallInvoker
66 return Calls.AsyncServerStreamingCall(call, request); in AsyncServerStreamingCall()
DCalls.cs78 …public static AsyncServerStreamingCall<TResponse> AsyncServerStreamingCall<TRequest, TResponse>(Ca…
85 return new AsyncServerStreamingCall<TResponse>(responseStream,
DForwardedTypes.cs31 [assembly:TypeForwardedToAttribute(typeof(AsyncServerStreamingCall<>))]
/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.IntegrationTesting/
DMetricsGrpc.cs152 …public virtual grpc::AsyncServerStreamingCall<global::Grpc.Testing.GaugeResponse> GetAllGauges(glo… in GetAllGauges()
163 …public virtual grpc::AsyncServerStreamingCall<global::Grpc.Testing.GaugeResponse> GetAllGauges(glo… in GetAllGauges()
165 return CallInvoker.AsyncServerStreamingCall(__Method_GetAllGauges, null, options, request); in GetAllGauges()
DBenchmarkServiceGrpc.cs302 …public virtual grpc::AsyncServerStreamingCall<global::Grpc.Testing.SimpleResponse> StreamingFromSe… in StreamingFromServer()
313 …public virtual grpc::AsyncServerStreamingCall<global::Grpc.Testing.SimpleResponse> StreamingFromSe… in StreamingFromServer()
315 … return CallInvoker.AsyncServerStreamingCall(__Method_StreamingFromServer, null, options, request); in StreamingFromServer()
DTestGrpc.cs416 …public virtual grpc::AsyncServerStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> St… in StreamingOutputCall()
427 …public virtual grpc::AsyncServerStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> St… in StreamingOutputCall()
429 … return CallInvoker.AsyncServerStreamingCall(__Method_StreamingOutputCall, null, options, request); in StreamingOutputCall()
/third_party/grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs223 …public virtual grpc::AsyncServerStreamingCall<global::Grpc.Health.V1.HealthCheckResponse> Watch(gl… in Watch()
247 …public virtual grpc::AsyncServerStreamingCall<global::Grpc.Health.V1.HealthCheckResponse> Watch(gl… in Watch()
249 return CallInvoker.AsyncServerStreamingCall(__Method_Watch, null, options, request); in Watch()
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DResponseHeadersTest.cs109 var call = Calls.AsyncServerStreamingCall(helper.CreateServerStreamingCall(), ""); in ResponseHeadersAsync_ServerStreamingCall()
187 var call = Calls.AsyncServerStreamingCall(helper.CreateServerStreamingCall(), ""); in WriteResponseHeaders_NotAllowedAfterWrite()
DClientServerTest.cs217 var call = Calls.AsyncServerStreamingCall(helper.CreateServerStreamingCall(), "A B C"); in ServerStreamingCall()
229 var call = Calls.AsyncServerStreamingCall(helper.CreateServerStreamingCall(), ""); in ServerStreamingCall_EndOfStreamIsIdempotent()
244 var call = Calls.AsyncServerStreamingCall(helper.CreateServerStreamingCall(), ""); in ServerStreamingCall_ErrorCanBeAwaitedTwice()
263 var call = Calls.AsyncServerStreamingCall(helper.CreateServerStreamingCall(), ""); in ServerStreamingCall_TrailersFromMultipleSourcesGetConcatenated()
DMarshallingErrorsTest.cs99 … var call = Calls.AsyncServerStreamingCall(helper.CreateServerStreamingCall(), "REQUEST"); in ResponseParsingError_StreamingResponse()
DCallCancellationTest.cs162 var call = Calls.AsyncServerStreamingCall(helper.CreateServerStreamingCall(), ""); in ServerStreamingCall_CancelClientSideRead()
/third_party/grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs265 …public virtual grpc::AsyncServerStreamingCall<global::Math.Num> Fib(global::Math.FibArgs request, … in Fib()
277 …public virtual grpc::AsyncServerStreamingCall<global::Math.Num> Fib(global::Math.FibArgs request, … in Fib()
279 return CallInvoker.AsyncServerStreamingCall(__Method_Fib, null, options, request); in Fib()
/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
/third_party/grpc/src/csharp/Grpc.Examples.Tests/
DMathClientMockableTest.cs83 …var fakeCall = TestCalls.AsyncServerStreamingCall<Num>(mockResponseStream.Object, Task.FromResult(… in ClientBaseServerStreamingCallCanBeMocked()