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