2 writes to m_ConnectionName
System (2)
net\System\Net\ServicePoint.cs (2)
113m_ConnectionName = address.Scheme; 148m_ConnectionName = "ByHost:"+host+":"+port.ToString(CultureInfo.InvariantCulture);
1 reference to m_ConnectionName
System (1)
net\System\Net\ServicePoint.cs (1)
629return m_ConnectionName;