Hi GRPC Team,
Is there a recommended pattern for implementing transparent proxy for ASP.NET GRPC services? For golang I found some implementation based of – “grpc.UnknownServiceHandler” - grpc · pkg.go.dev <https://pkg.go.dev/google.golang.org/[email protected]#UnknownServiceHandler> Basically, I am trying to see if there is a way to do something like following in C#, which gives access to streams grpc-proxy/handler.go at master · mwitkow/grpc-proxy · GitHub <https://github.com/mwitkow/grpc-proxy/blob/master/proxy/handler.go#L29> *fakeDesc := &grpc.ServiceDesc{* *ServiceName: serviceName,* *HandlerType: (*interface{})(nil),* * }* Regards, Vivek Aggarwal -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CABsnPPLaEJyp2iiQ%2BLfjp6XTR8LTq3GPTtE%2BFrJ0dQvBU8hqUw%40mail.gmail.com.
