Searched refs:ClientInterceptorContext (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/ |
D | Interceptor.cs | 52 …ingUnaryCallContinuation<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… 78 …yncUnaryCallContinuation<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… 104 …treamingCallContinuation<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… 129 …onse> AsyncClientStreamingCallContinuation<TRequest, TResponse>(ClientInterceptorContext<TRequest,… 152 …onse> AsyncDuplexStreamingCallContinuation<TRequest, TResponse>(ClientInterceptorContext<TRequest,… 176 …sponse BlockingUnaryCall<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… 204 …Response> AsyncUnaryCall<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… 232 …AsyncServerStreamingCall<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… 259 …quest, TResponse> AsyncClientStreamingCall<TRequest, TResponse>(ClientInterceptorContext<TRequest,… 286 …quest, TResponse> AsyncDuplexStreamingCall<TRequest, TResponse>(ClientInterceptorContext<TRequest,…
|
D | CallInvokerExtensions.cs | 109 …private ClientInterceptorContext<TRequest, TResponse> GetNewContext<TRequest, TResponse>(ClientInt… 114 …return new ClientInterceptorContext<TRequest, TResponse>(context.Method, context.Host, context.Opt… 117 …sponse BlockingUnaryCall<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… in BlockingUnaryCall() 122 …Response> AsyncUnaryCall<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… in AsyncUnaryCall() 127 …AsyncServerStreamingCall<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… in AsyncServerStreamingCall() 132 …quest, TResponse> AsyncClientStreamingCall<TRequest, TResponse>(ClientInterceptorContext<TRequest,… in AsyncClientStreamingCall() 137 …quest, TResponse> AsyncDuplexStreamingCall<TRequest, TResponse>(ClientInterceptorContext<TRequest,… in AsyncDuplexStreamingCall()
|
D | InterceptingCallInvoker.cs | 50 new ClientInterceptorContext<TRequest, TResponse>(method, host, options), in BlockingUnaryCall() 61 new ClientInterceptorContext<TRequest, TResponse>(method, host, options), in AsyncUnaryCall() 72 new ClientInterceptorContext<TRequest, TResponse>(method, host, options), in AsyncServerStreamingCall() 82 new ClientInterceptorContext<TRequest, TResponse>(method, host, options), in AsyncClientStreamingCall() 92 new ClientInterceptorContext<TRequest, TResponse>(method, host, options), in AsyncDuplexStreamingCall()
|
D | ClientInterceptorContext.cs | 29 public struct ClientInterceptorContext<TRequest, TResponse> 40 …public ClientInterceptorContext(Method<TRequest, TResponse> method, string host, CallOptions optio… in ClientInterceptorContext() method
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | ClientBase.cs | 164 …private ClientInterceptorContext<TRequest, TResponse> GetNewContext<TRequest, TResponse>(ClientInt… 169 …return new ClientInterceptorContext<TRequest, TResponse>(context.Method, newHostAndCallOptions.Ite… 172 …sponse BlockingUnaryCall<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… in BlockingUnaryCall() 177 …Response> AsyncUnaryCall<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… in AsyncUnaryCall() 182 …AsyncServerStreamingCall<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… in AsyncServerStreamingCall() 187 …quest, TResponse> AsyncClientStreamingCall<TRequest, TResponse>(ClientInterceptorContext<TRequest,… in AsyncClientStreamingCall() 192 …quest, TResponse> AsyncDuplexStreamingCall<TRequest, TResponse>(ClientInterceptorContext<TRequest,… in AsyncDuplexStreamingCall()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/ |
D | ClientInterceptorTest.cs | 142 …sponse BlockingUnaryCall<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… in BlockingUnaryCall() 148 …Response> AsyncUnaryCall<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… in AsyncUnaryCall() 154 …AsyncServerStreamingCall<TRequest, TResponse>(TRequest request, ClientInterceptorContext<TRequest,… in AsyncServerStreamingCall() 160 …quest, TResponse> AsyncClientStreamingCall<TRequest, TResponse>(ClientInterceptorContext<TRequest,… in AsyncClientStreamingCall() 166 …quest, TResponse> AsyncDuplexStreamingCall<TRequest, TResponse>(ClientInterceptorContext<TRequest,… in AsyncDuplexStreamingCall() 175 …quest, TResponse> AsyncClientStreamingCall<TRequest, TResponse>(ClientInterceptorContext<TRequest,… in AsyncClientStreamingCall()
|