BLTClientConnectionManager Class Members
- Last UpdatedApr 08, 2026
- 3 minute read
The following tables list the members exposed by BLTClientConnectionManager.
| Name | Description | |
|---|---|---|
![]() ![]() | BLTComponentCache | Gets the BLTComponent cache dictionary with ParentConfigFileName. |
![]() ![]() | DefaultMaxBufferSize | Gets or sets the default maximum buffer size that all managers will be constructed with. This may be overridden on a per-manager basis by using the instance variable MaxBufferSize. |
![]() ![]() | DefaultMaxConnections | Gets or sets the default maximum number of simultaneous connections that managers will be constructed with. This may be overridden on a per-manager basis by using the instance variable MaxConnections. |
![]() ![]() | DefaultPortNumber | Gets the default port number. |
![]() ![]() | DefaultTimeout | Gets the default Business Logic Tier (BLT) client execution timeout (milliseconds). |
![]() ![]() | MaxBLTHostsCache | Gets the MaxBLTHosts cache dictionary. |
![]() | MaxBufferSize | Overridden. Gets or sets the maximum buffer size (in bytes) for a given message. |
![]() | MaxConnections | Overridden. Gets or sets the maximum number of simultaneous connections for this manager instance. |
![]() | PortNumber | Overridden. Gets or sets the port number. |
![]() | Timeout | Overridden. Gets or sets the timeout for creating a Business Object component (in milliseconds). |
| Name | Description | |
|---|---|---|
![]() | Close | Overridden. Closes the underlying factory for connections. |
![]() | Dispose | Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Open | Overridden. Creates the underlying factory for connections. User credentials are set at this time. |



