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