Multiple choice technology web technology

Which Binding is used for port sharing in WCF?

  1. NetMSMQBinding

  2. BasicHTTPBinding

  3. NetPeerTCPBinding

  4. NetTCPBinding

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

NetTcpBinding is the WCF binding that supports port sharing through the TCP port sharing service. This allows multiple WCF services to share the same TCP port, which is useful for hosting multiple services on the same endpoint.