11 references to ConnectionGroup
System (11)
net\System\Net\_Connection.cs (11)
362return ConnectionGroup.ServicePoint; 436if (ConnectionGroup != null) { 438ConnectionGroup.ConnectionGoneIdle(); 502m_RecycleTimer = ConnectionGroup.ServicePoint.ConnectionLeaseTimerQueue.CreateTimer(); 504ConnectionGroup.Associate(this); 3117if (!m_RemovedFromConnectionList && ConnectionGroup != null) 3129ConnectionGroup.Disassociate(this); 3856ConnectionGroup.IncrementConnection(); 3873if (ConnectionGroup != null) { 3875ConnectionGroup.DecrementConnection(); 3876ConnectionGroup.ConnectionGoneIdle();