chunju
April 7th, 2009, 12:28 PM
Dear all
I'm almost overwhelmed by the .net remoting. Could anyone give me some hints?
I would like to implement the remoting system using windows service method; therefore, I must use the tcpchannel instead of httpchannel.
But for the security, I also need to add SSL protocol for my remoting project.
Because the SSL protocol needs to get a tcpclient connection, how can I get a tcpclient in tcpchannel when designing remoting.
It seems that one way is to create customed sink, and what do I need to do to get a tcpclient.
Any suggestion would be appreciated. Thank you.
I'm almost overwhelmed by the .net remoting. Could anyone give me some hints?
I would like to implement the remoting system using windows service method; therefore, I must use the tcpchannel instead of httpchannel.
But for the security, I also need to add SSL protocol for my remoting project.
Because the SSL protocol needs to get a tcpclient connection, how can I get a tcpclient in tcpchannel when designing remoting.
It seems that one way is to create customed sink, and what do I need to do to get a tcpclient.
Any suggestion would be appreciated. Thank you.