Secure .NET 2 Remoting Channels

  • Thread starter Thread starter Brian Stoop
  • Start date Start date
B

Brian Stoop

I'm trying to register a secure TCP Server channel and secure TCP client
channel on the same port in my application.(So I can run the application on
2 machines, and they can interact)

I register the Server channel first, but the client registration throws an
exception "the tcp channel is allready registered".

How can I register the secure client channel ?

Thanks, B
 
Back
Top