1 write to _connectionGroupName
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
845
case ConnectionGroupNameKey:
_connectionGroupName
= (String)value; break;
5 references to _connectionGroupName
System.Runtime.Remoting (5)
channels\http\httpclientchannel.cs (5)
620
if (
_connectionGroupName
!= null)
621
httpWebRequest.ConnectionGroupName =
_connectionGroupName
;
633
if (
_connectionGroupName
!= null)
634
httpWebRequest.ConnectionGroupName =
_connectionGroupName
;
809
case ConnectionGroupNameKey: return
_connectionGroupName
;