3 writes to portSharingEnabled
System.ServiceModel (3)
System\ServiceModel\Channels\TcpTransportBindingElement.cs (3)
30this.portSharingEnabled = TcpTransportDefaults.PortSharingEnabled; 41this.portSharingEnabled = elementToBeCloned.portSharingEnabled; 87this.portSharingEnabled = value;
4 references to portSharingEnabled
System.ServiceModel (4)
System\ServiceModel\Channels\TcpTransportBindingElement.cs (4)
41this.portSharingEnabled = elementToBeCloned.portSharingEnabled; 83return this.portSharingEnabled; 234if (this.portSharingEnabled != tcp.portSharingEnabled)