TcpChannel Remoting - Proxy Possible?
-
I found a bit of code that allows you to add a webproxy to an HttpChannel (http://dotnetjunkies.com/WebLog/chris.taylor/archive/2004/01/24/6050.aspx) but even this approach would not work for TcpChannel. Is there some other way to implement a proxy functionality on a tcp channel?
-
I found a bit of code that allows you to add a webproxy to an HttpChannel (http://dotnetjunkies.com/WebLog/chris.taylor/archive/2004/01/24/6050.aspx) but even this approach would not work for TcpChannel. Is there some other way to implement a proxy functionality on a tcp channel?
-
Well, maybe you should look at custom sinks ... just an idea .. I'm not sure at all here :wtf:
I've used sinks, but to my knowledge the last sink on the client side is the Transport Sink, and that cannot be customized or overridden.