Proton DotNet
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. More...
 
 ClientOptions (ClientOptions other)
 Create a new Client options instance whose settings are copied from the instance provided. More...
 
object Clone ()
 Clone this options instance, changes to the cloned options are not reflected in this options instance. More...
 

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. More...
 

Constructor & Destructor Documentation

◆ ClientOptions() [1/2]

Apache.Qpid.Proton.Client.ClientOptions.ClientOptions ( )
inline

Creates a default Client options instance.

◆ ClientOptions() [2/2]

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.

Property Documentation

◆ Id

string Apache.Qpid.Proton.Client.ClientOptions.Id
getset

Configure the Container Id that is set on new Connections created from a Client instance that was created with these options.


The documentation for this class was generated from the following file: