3 references to c_ProxyAuthenticate
System (3)
net\System\Net\WebHeaderCollection.cs (3)
183
return m_CommonHeaders != null ? m_CommonHeaders[
c_ProxyAuthenticate
] : Get(s_CommonHeaderNames[
c_ProxyAuthenticate
]);
294
return m_CommonHeaders[
c_ProxyAuthenticate
];