OpenConnection Method (IPubSubConnectionFactory)
- Last UpdatedApr 08, 2026
- 1 minute read
Opens a new IPubSubConnection to the local PubSub engine.
| Overload | Description |
|---|---|
| OpenConnection() | Opens a new IPubSubConnection to the local PubSub engine. |
| OpenConnection(String) | Opens a new IPubSubConnection to the local PubSub engine with the provided application name. |
| OpenConnection(String,String) | Opens a new IPubSubConnection to the local PubSub engine with the provided application name and client host name. |
| OpenConnection(String,String,Int16) | Opens a new IPubSubConnection to the specified PubSub engine with the provided application name on the same domain. |
| OpenConnection(String,String,Int16,String) | Opens a new IPubSubConnection to the specified PubSub engine with the provided application name on a trusted domain. |
| OpenConnection(String,String,Int16,String,String,String) | Opens a new IPubSubConnection to the specified PubSub engine with the provided application name, user, and password on a trusted domain. |
| OpenConnection(String,String,Int16,String,String,String,String) | Opens a new IPubSubConnection to the specified PubSub engine with the provided application name, user, password, and client host name on a trusted domain. |