3 writes to UniqueGroupId
System (3)
net\System\Net\_AuthenticationState.cs (3)
192UniqueGroupId = preauth.ConnectionGroupId; 287UniqueGroupId = Authorization.ConnectionGroupId; 317UniqueGroupId = null;
6 references to UniqueGroupId
System (6)
net\System\Net\HttpWebRequest.cs (6)
1234if (ProxyAuthenticationState.UniqueGroupId != null || ServerAuthenticationState.UniqueGroupId != null) 5433if (ProxyAuthenticationState.UniqueGroupId != null) { 5434connectionLine.Append(ProxyAuthenticationState.UniqueGroupId); 5436else if (ServerAuthenticationState.UniqueGroupId != null) { 5437connectionLine.Append(ServerAuthenticationState.UniqueGroupId);