2 writes to LockConnection
System (2)
net\System\Net\_NegotiateClient.cs (1)
121httpWebRequest.LockConnection = true;
net\System\Net\_NtlmClient.cs (1)
118httpWebRequest.LockConnection = true;
5 references to LockConnection
System (5)
net\System\Net\_ConnectionGroup.cs (5)
380if (request.LockConnection) { 384if(request.LockConnection || (m_NtlmNegGroup && !request.Pipelined && request.UnsafeOrProxyAuthenticatedConnectionSharing && m_IISVersion >= 6)){ 425if (request.LockConnection) { 429if(request.LockConnection || (m_NtlmNegGroup && !request.Pipelined && request.UnsafeOrProxyAuthenticatedConnectionSharing && m_IISVersion >= 6)){ 461if (m_AuthenticationGroup || request.LockConnection) {