2 writes to m_AuthenticationLevel
System (2)
net\System\Net\WebRequest.cs (2)
552
m_AuthenticationLevel
= AuthenticationLevel.MutualAuthRequested;
974
m_AuthenticationLevel
= value;
1 reference to m_AuthenticationLevel
System (1)
net\System\Net\WebRequest.cs (1)
971
return
m_AuthenticationLevel
;