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