2 writes to PortSharingEnabled
System.ServiceModel (2)
System\ServiceModel\Configuration\TcpTransportElement.cs (1)
29
binding.
PortSharingEnabled
= this.PortSharingEnabled;
System\ServiceModel\NetTcpBinding.cs (1)
131
set { transport.
PortSharingEnabled
= value; }
6 references to PortSharingEnabled
System.ServiceModel (6)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
173
instance.SetProperty(AdministrationStrings.PortSharingEnabled, tcp.
PortSharingEnabled
);
System\ServiceModel\Channels\TcpChannelListener.cs (2)
194
this.portSharingEnabled = bindingElement.
PortSharingEnabled
;
201
if (!bindingElement.
PortSharingEnabled
&& context.ListenUriMode == ListenUriMode.Unique)
System\ServiceModel\Configuration\TcpTransportElement.cs (1)
69
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.PortSharingEnabled, binding.
PortSharingEnabled
);
System\ServiceModel\NetTcpBinding.cs (2)
130
get { return transport.
PortSharingEnabled
; }
218
this.PortSharingEnabled = transport.
PortSharingEnabled
;