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