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