grpc-dotnet
grpc-dotnet copied to clipboard
How to determine from the perspective of client or a server interceptor that an endpoint is deprecated?
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