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