Which property is set to enable port sharing in wcf?
-
PortSharingEnabled
-
SharingEnabled
-
PortSharing
-
PortSharingDisabled
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.