In the Microsoft docs on gRPC interceptors for .NET it is said that: 
"gRPC server interceptors intercept incoming RPC requests. They provide 
access to the incoming request, *the outgoing response*, and the context 
for a server-side call."

However, in the implementation, I couldn't find a method in the base 
interceptor for managing outgoing messages, but only incoming.

Has anyone ever implemented an outgoing message server interceptor for .NET?


-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/ad4bb231-b752-4c79-9111-b2a8292f8a0dn%40googlegroups.com.

Reply via email to