6 references to GetConnectionGroupLine
System (6)
net\System\Net\_NegotiateClient.cs (2)
184GlobalLog.Print("NegotiateClient::Update() releasing ConnectionGroup:" + httpWebRequest.GetConnectionGroupLine()); 185httpWebRequest.ServicePoint.ReleaseConnectionGroup(httpWebRequest.GetConnectionGroupLine());
net\System\Net\_NtlmClient.cs (2)
178GlobalLog.Print("NtlmClient::Update() releasing ConnectionGroup:" + httpWebRequest.GetConnectionGroupLine()); 179httpWebRequest.ServicePoint.ReleaseConnectionGroup(httpWebRequest.GetConnectionGroupLine());
net\System\Net\HttpWebRequest.cs (2)
1238ServicePoint.ReleaseConnectionGroup(GetConnectionGroupLine()); 4188servicePoint.SubmitRequest(this, GetConnectionGroupLine());