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