public override TResponse BlockingUnaryCall <TRequest, TResponse>(Method <TRequest, TResponse> method, string host, CallOptions options, TRequest request) { return(base.BlockingUnaryCall(method, host, options.WithCorrelationHeader(_context).WithTraceId(_context), request)); }
public override AsyncServerStreamingCall <TResponse> AsyncServerStreamingCall <TRequest, TResponse>(Method <TRequest, TResponse> method, string host, CallOptions options, TRequest request) { return(base.AsyncServerStreamingCall(method, host, options = options.WithCorrelationHeader(_context).WithTraceId(_context), request)); }