BLTClientConnectionManager Class Properties
- Last UpdatedApr 08, 2026
- 3 minute read
For a list of all members of this type, see BLTClientConnectionManager members.
| 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). |

