Property | Type | Description | |
---|---|---|---|
DefaultConnectTimeout | System.TimeSpan | ||
DefaultIdleTimeout | System.TimeSpan | ||
DefaultMaxConnections | int |
Method | Description | |
---|---|---|
ConnectionPool ( Func |
||
Create ( |
||
Create ( string host, int port ) : ConnectionPool | ||
Dispose ( ) : void | ||
GetPool ( |
||
GetPool ( string host, int port ) : ConnectionPool | ||
GetSocket ( ) : ISocket |
Method | Description | |
---|---|---|
ConnectionPool ( |
||
ConnectionPool ( string host, int port ) : System | ||
Dispose ( bool suppressFinalizer ) : void | ||
ReapSockets ( object state ) : void | ||
Reclaim ( ISocket socket ) : void | ||
WrapSocket ( ISocket socket ) : ISocket |
public ConnectionPool ( Func |
||
socketFactory | Func |
|
return | System |
public static Create ( |
||
address | ||
port | int | |
return | ConnectionPool |
public static Create ( string host, int port ) : ConnectionPool | ||
host | string | |
port | int | |
return | ConnectionPool |
public static GetPool ( |
||
address | ||
port | int | |
return | ConnectionPool |
public static GetPool ( string host, int port ) : ConnectionPool | ||
host | string | |
port | int | |
return | ConnectionPool |
public static TimeSpan,System DefaultConnectTimeout | ||
return | System.TimeSpan |
public static TimeSpan,System DefaultIdleTimeout | ||
return | System.TimeSpan |