1 override of ServicePoint
System (1)
net\System\Net\_Connection.cs (1)
360
internal override ServicePoint
ServicePoint
{
6 references to ServicePoint
System (6)
net\System\Net\_PooledStream.cs (2)
157
Socket socket =
ServicePoint
.GetConnection(this, owningObject, async, out address, ref m_AbortSocket, ref m_AbortSocket6);
252
int timeout =
ServicePoint
.ConnectionLeaseTimeout;
net\System\Net\mail\smtpconnection.cs (4)
923
connection.pooledStream.
ServicePoint
.Host,
928
connection.pooledStream.
ServicePoint
,
948
thisPtr.connection.pooledStream.
ServicePoint
.Host,
953
thisPtr.connection.pooledStream.
ServicePoint
,