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