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