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