C# Class System.Net.ConnectionPoolManager

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
ConnectionPoolManager System
GenerateKey string
GetConnectionPool ConnectionPool
RemoveConnectionPool bool

Private Methods

Method Description
ConnectionPoolManager ( ) : System
GenerateKey ( string hostName, int port, string groupName ) : string
GetConnectionPool ( ServicePoint servicePoint, string groupName, CreateConnectionDelegate createConnectionCallback ) : ConnectionPool
RemoveConnectionPool ( ServicePoint servicePoint, string groupName ) : bool