6 references to UnsafeOrProxyAuthenticatedConnectionSharing
System (6)
net\System\Net\_ConnectionGroup.cs (2)
384if(request.LockConnection || (m_NtlmNegGroup && !request.Pipelined && request.UnsafeOrProxyAuthenticatedConnectionSharing && m_IISVersion >= 6)){ 429if(request.LockConnection || (m_NtlmNegGroup && !request.Pipelined && request.UnsafeOrProxyAuthenticatedConnectionSharing && m_IISVersion >= 6)){
net\System\Net\_NegotiateClient.cs (2)
119bool canShareConnection = httpWebRequest.UnsafeOrProxyAuthenticatedConnectionSharing; 183if (!httpWebRequest.UnsafeOrProxyAuthenticatedConnectionSharing) {
net\System\Net\_NtlmClient.cs (2)
116bool canShareConnection = httpWebRequest.UnsafeOrProxyAuthenticatedConnectionSharing; 177if (!httpWebRequest.UnsafeOrProxyAuthenticatedConnectionSharing) {