Multiple choice technology web technology

Which property is set to enable port sharing in wcf?

  1. PortSharingEnabled

  2. SharingEnabled

  3. PortSharing

  4. PortSharingDisabled

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

The PortSharingEnabled property, when set to true on a binding's base address, enables multiple WCF services to share the same TCP port using the Net.TCP Port Sharing Service. This conserves network resources and allows more services on limited ports.