NetTcpBinding::PortSharingEnabled Property
.NET Framework (current version)
Gets or sets a value that indicates whether TCP port sharing is enabled for the connection configured with this binding.
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 Windows Communication Foundation (WCF) TCP Port Sharing Service by changing its startup type to Manual or Automatic.
For more information about the TCP Listener and how to start it, seeTcpListener.
This example shows how to get the PortSharingEnabled value.
bool portSharingEnabled = binding.PortSharingEnabled;
.NET Framework
Available since 3.0
Available since 3.0
Show: