Searched defs:AsyncUnaryCall (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | AsyncUnaryCall.cs | 29 public sealed class AsyncUnaryCall<TResponse> : IDisposable class 46 public AsyncUnaryCall(Task<TResponse> responseAsync, in AsyncUnaryCall() method in Grpc.Core.AsyncUnaryCall
|
D | DefaultCallInvoker.cs | 53 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(Method<TRequest, TRe… in AsyncUnaryCall() method in Grpc.Core.DefaultCallInvoker
|
D | ClientBase.cs | 177 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(TRequest request, Cl… in AsyncUnaryCall() method in Grpc.Core.ClientBase.ClientBaseConfiguration.ClientBaseConfigurationInterceptor
|
/external/grpc-grpc/src/csharp/Grpc.Core.Testing/ |
D | TestCalls.cs | 34 public static AsyncUnaryCall<TResponse> AsyncUnaryCall<TResponse> ( in AsyncUnaryCall() method in Grpc.Core.Testing.TestCalls
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | UnimplementedCallInvoker.cs | 40 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(Method<TRequest, TRe… in AsyncUnaryCall() method in Grpc.Core.Internal.UnimplementedCallInvoker
|
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/ |
D | InterceptingCallInvoker.cs | 57 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(Method<TRequest, TRe… in AsyncUnaryCall() method in Grpc.Core.Interceptors.InterceptingCallInvoker
|
D | CallInvokerExtensions.cs | 122 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(TRequest request, Cl… in AsyncUnaryCall() method in Grpc.Core.Interceptors.CallInvokerExtensions.MetadataInterceptor
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/ |
D | ClientInterceptorTest.cs | 148 …public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(TRequest request, Cl… in AsyncUnaryCall() method in Grpc.Core.Interceptors.Tests.ClientInterceptorTest.CallbackInterceptor
|