12 references to Host
System (12)
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 (5)
174ConnectAndHandshakeAsyncResult result = new ConnectAndHandshakeAsyncResult(this, servicePoint.Host, servicePoint.Port, outerResult, callback, state); 399servicePoint.Host, 434NetworkCredential credential = credentials.GetCredential(servicePoint.Host, 923connection.pooledStream.ServicePoint.Host, 948thisPtr.connection.pooledStream.ServicePoint.Host,
net\System\Net\mail\SmtpTransport.cs (2)
188else if (lastUsedServicePoint.Host != servicePoint.Host
net\System\Net\ServicePoint.cs (2)
276ws == WebExceptionStatus.ProxyNameResolutionFailure || ws == WebExceptionStatus.NameResolutionFailure ? Host : null, 1268ws == WebExceptionStatus.ProxyNameResolutionFailure || ws == WebExceptionStatus.NameResolutionFailure ? state.servicePoint.Host : null,