|
| ClientOptions () |
| Creates a default Client options instance.
|
|
| ClientOptions (ClientOptions other) |
| Create a new Client options instance whose settings are copied from the instance provided.
|
|
object | Clone () |
| Clone this options instance, changes to the cloned options are not reflected in this options instance.
|
|
|
string | Id [get, set] |
| Configure the Container Id that is set on new Connections created from a Client instance that was created with these options.
|
|
◆ ClientOptions()
Apache.Qpid.Proton.Client.ClientOptions.ClientOptions |
( |
ClientOptions |
other | ) |
|
|
inline |
Create a new Client options instance whose settings are copied from the instance provided.
- Parameters
-
other | The Client options instance to copy |
◆ Clone()
object Apache.Qpid.Proton.Client.ClientOptions.Clone |
( |
| ) |
|
|
inline |
Clone this options instance, changes to the cloned options are not reflected in this options instance.
- Returns
- A deep copy of this options instance.
The documentation for this class was generated from the following file:
- src/Proton.Client/Client/ClientOptions.cs