3 writes to groupName
System.ServiceModel (3)
System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (3)
18
groupName
= ConnectionOrientedTransportDefaults.ConnectionPoolGroupName;
26
this.
groupName
= tcp.groupName;
40
this.
groupName
= value;
4 references to groupName
System.ServiceModel (4)
System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (4)
26
this.groupName = tcp.
groupName
;
34
get { return this.
groupName
; }
106
if (this.
groupName
!= tcp.
groupName
)