2 writes to _ServerAuthenticationState
System (2)
net\System\Net\HttpWebRequest.cs (2)
899_ServerAuthenticationState = new AuthenticationState(false); 904_ServerAuthenticationState = value;
3 references to _ServerAuthenticationState
System (3)
net\System\Net\HttpWebRequest.cs (3)
898if (_ServerAuthenticationState==null) { 901return _ServerAuthenticationState; 912return m_IsCurrentAuthenticationStateProxy ? _ProxyAuthenticationState : _ServerAuthenticationState;