grpc/grpc-dotnet

How to determine from the perspective of client or a server interceptor that an endpoint is deprecated?

bartosz-jarmuz opened this issue · 0 comments

Hello,
I have some endpoints which I marked as 'deprecated'.
Is it possible to see that from the perspective of a client calling the endpoint?
Also, is it possible to see that the endpoint that is being called is deprecated within a server side interceptor?

Regards,
Bartosz