TcpTransportBindingElement::PortSharingEnabled Property
.NET Framework (current version)
Gets or sets a value that indicates whether TCP port sharing is enabled for this connection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if TCP port sharing is enabled; otherwise, false. The default value is false.
Using this setting requires enabling the WCF TCP Port Sharing Service by changing its Startup Type to Manual or Automatic.
For information about the TCP Listener and how to start it, see Net.TCP Port Sharing.
The following example shows how to get a value that indicates whether TCP port sharing is enabled.
bool portSharingEnabled = bElement.PortSharingEnabled;
.NET Framework
Available since 3.0
Available since 3.0
Show: