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)
898
if (
_ServerAuthenticationState
==null) {
901
return
_ServerAuthenticationState
;
912
return m_IsCurrentAuthenticationStateProxy ? _ProxyAuthenticationState :
_ServerAuthenticationState
;