5 references to PortSharingEnabled
System.ServiceModel (5)
System\ServiceModel\Channels\TcpTransportBindingElement.cs (2)
30this.portSharingEnabled = TcpTransportDefaults.PortSharingEnabled; 78[DefaultValue(TcpTransportDefaults.PortSharingEnabled)]
System\ServiceModel\Configuration\NetTcpBindingElement.cs (1)
104[ConfigurationProperty(ConfigurationStrings.PortSharingEnabled, DefaultValue = TcpTransportDefaults.PortSharingEnabled)]
System\ServiceModel\Configuration\TcpTransportElement.cs (1)
83[ConfigurationProperty(ConfigurationStrings.PortSharingEnabled, DefaultValue = TcpTransportDefaults.PortSharingEnabled)]
System\ServiceModel\NetTcpBinding.cs (1)
127[DefaultValue(TcpTransportDefaults.PortSharingEnabled)]