1 write to ServerAuthenticationState
System (1)
net\System\Net\HttpWebRequest.cs (1)
5211ServerAuthenticationState = new AuthenticationState(true);
12 references to ServerAuthenticationState
System (12)
net\System\Net\HttpWebRequest.cs (12)
1234if (ProxyAuthenticationState.UniqueGroupId != null || ServerAuthenticationState.UniqueGroupId != null) 1253ServerAuthenticationState.ClearSession(this); 1796ServerAuthenticationState.Update(this); 3379ServerAuthenticationState.TransportContext = transportContext; 4173ServerAuthenticationState.PreAuthIfNeeded(this, Credentials); 5436else if (ServerAuthenticationState.UniqueGroupId != null) { 5437connectionLine.Append(ServerAuthenticationState.UniqueGroupId); 5546result |= ServerAuthenticationState.AttemptAuthenticate(this, Credentials); 5674if (ServerAuthenticationState != null && ServerAuthenticationState.Authorization != null) 5679response.InternalSetIsMutuallyAuthenticated = ServerAuthenticationState.Authorization.MutuallyAuthenticated; 5875ServerAuthenticationState.ClearAuthReq(this);