7 references to Port
System (7)
net\System\Net\ConnectionPoolManager.cs (3)
49string key = GenerateKey(servicePoint.Host, servicePoint.Port, groupName); 79string key = GenerateKey(servicePoint.Host, servicePoint.Port, groupName); 109string key = GenerateKey(servicePoint.Host, servicePoint.Port, groupName);
net\System\Net\mail\smtpconnection.cs (2)
174ConnectAndHandshakeAsyncResult result = new ConnectAndHandshakeAsyncResult(this, servicePoint.Host, servicePoint.Port, outerResult, callback, state); 435servicePoint.Port, authenticationModules[i].AuthenticationType);
net\System\Net\mail\SmtpTransport.cs (2)
189|| lastUsedServicePoint.Port != servicePoint.Port) {