2 writes to m_LastProtocolName
System (2)
net\System\Net\_NTAuthentication.cs (2)
265m_LastProtocolName = ProtocolName; 274m_LastProtocolName = ProtocolName;
4 references to m_LastProtocolName
System (4)
net\System\Net\_NTAuthentication.cs (4)
264if (m_LastProtocolName == null) 267return (object) m_LastProtocolName == (object) NegotiationInfoClass.Kerberos; 273if (m_LastProtocolName == null) 276return (object) m_LastProtocolName == (object) NegotiationInfoClass.NTLM;