4 references to PortSharingEnabled
System.ServiceModel (4)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
227return (!channelListener.PortSharingEnabled
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
41if (channelListener.HostedVirtualPath == null && !channelListener.PortSharingEnabled)
System\ServiceModel\Channels\TcpChannelListener.cs (2)
290if (!this.PortSharingEnabled) 302if (this.PortSharingEnabled)