3
Answers

How to allocate multiple ports for each customer?

Ask a question
guru moorthy

guru moorthy

10y
1.1k
1
Hi All

We are using Windows service in C#.net with Socket communication. There is a Client and server machines and receiving message from client and sending response from server with single port. Now the requirement is need to create 2 ports for each customer, one for receiving and one for sending the message. How to implement in C#.net with socket communication. Please help me on this.

Answers (3)