Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Apache.Qpid.Proton.Client.ClientOptions Class Reference
Inheritance diagram for Apache.Qpid.Proton.Client.ClientOptions:

Public Member Functions

 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.
 

Properties

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.
 

Constructor & Destructor Documentation

◆ 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
otherThe Client options instance to copy

Member Function Documentation

◆ 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: