6 references to CreateConnectionDelegate
System (6)
net\System\Net\connectionpool.cs (3)
75private CreateConnectionDelegate m_CreateConnectionCallback; 98internal ConnectionPool(ServicePoint servicePoint, int maxPoolSize, int minPoolSize, int idleTimeout, CreateConnectionDelegate createConnectionCallback) : base() { 390private PooledStream Create(CreateConnectionDelegate createConnectionCallback) {
net\System\Net\ConnectionPoolManager.cs (1)
48internal static ConnectionPool GetConnectionPool(ServicePoint servicePoint, string groupName, CreateConnectionDelegate createConnectionCallback) {
net\System\Net\FtpWebRequest.cs (1)
241private static readonly CreateConnectionDelegate m_CreateConnectionCallback = new CreateConnectionDelegate(CreateFtpConnection);
net\System\Net\mail\smtpconnection.cs (1)
25private static readonly CreateConnectionDelegate m_CreateConnectionCallback = new CreateConnectionDelegate(CreateSmtpPooledStream);