Channels in Remoting
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I want to establish the comunication between my application and the server in two diferent ways: In one scenario, by compressing and encrypting the information. In the other one, only by executing a standard remoting call. I thought to define two diferent tcp channels, but I don't know how to address the request through the right channel. Any idea? Thanks. Ivan Fernandez