NetTcpBindingElement::PortSharingEnabled Property
.NET Framework (current version)
Gets or sets a boolean value that specifies whether TCP port sharing is enabled for this connection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("portSharingEnabled", DefaultValue = false)] property bool PortSharingEnabled { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if TCP port sharing is enabled for this connection; otherwise, false.
.NET Framework
Available since 3.0
Available since 3.0
Show: