Class Open
The Open class defines the connection negotiation parameters.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp.Framing
Assembly: Amqp.Net.dll
Syntax
public sealed class Open : DescribedList
Constructors
Open()
Initializes the Open object.
Declaration
public Open()
Properties
ChannelMax
Gets or sets the channel-max field (index=3).
Declaration
public ushort ChannelMax { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
ContainerId
Gets or sets the container-id field (index=0).
Declaration
public string ContainerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DesiredCapabilities
Gets or sets the desired-capabilities field (index=8).
Declaration
public Symbol[] DesiredCapabilities { get; set; }
Property Value
Type | Description |
---|---|
Symbol[] |
HostName
Gets or sets the hostname field (index=1).
Declaration
public string HostName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdleTimeOut
Gets or sets the idle-time-out field (index=4).
Declaration
public uint IdleTimeOut { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
IncomingLocales
Gets or sets the incoming-locales field (index=6).
Declaration
public Symbol[] IncomingLocales { get; set; }
Property Value
Type | Description |
---|---|
Symbol[] |
MaxFrameSize
Gets or sets the max-frame-size field (index=2).
Declaration
public uint MaxFrameSize { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
OfferedCapabilities
Gets or sets the offered-capabilities field (index=7).
Declaration
public Symbol[] OfferedCapabilities { get; set; }
Property Value
Type | Description |
---|---|
Symbol[] |
OutgoingLocales
Gets or sets the outgoing-locales field (index=5).
Declaration
public Symbol[] OutgoingLocales { get; set; }
Property Value
Type | Description |
---|---|
Symbol[] |
Properties
Gets or sets the properties field (index=9).
Declaration
public Fields Properties { get; set; }
Property Value
Type | Description |
---|---|
Fields |
Methods
ToString()
Returns a string that represents the current open object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()