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