Hi @Alcin ,
You can read these documents to help you.
WCF uses a Windows service called the Net.TCP Port Sharing Service to facilitate the sharing of TCP ports across multiple processes.
https://learn.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-enable-the-net-tcp-port-sharing-service
The WCF TCP transport is optimized for scenarios where WCF is used at both ends of the communication.
https://learn.microsoft.com/en-us/dotnet/framework/wcf/feature-details/choosing-a-transport#when-to-use-the-tcp-transport
Queues and reliable sessions are WCF features that enable reliable messaging.
https://learn.microsoft.com/en-us/dotnet/framework/wcf/feature-details/queues-and-reliable-sessions
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.