Base:
method
GetHashCode
System.Object.GetHashCode()
2 references to GetHashCode
System (2)
net\System\Net\HttpWebRequest.cs (1)
5422connectionLine.Append(ClientCertificates.GetHashCode().ToString(NumberFormatInfo.InvariantInfo));
net\System\Net\mail\smtpconnection.cs (1)
170connectionPool = ConnectionPoolManager.GetConnectionPool(servicePoint, ClientCertificates.GetHashCode().ToString(NumberFormatInfo.InvariantInfo), m_CreateConnectionCallback);