Class Attach
The Attach class defines an attach frame to attach a Link Endpoint to the Session.
Inherited Members
Namespace: Amqp.Framing
Assembly: Amqp.Net.dll
Syntax
public sealed class Attach : DescribedList
Constructors
Attach()
Initializes an attach object.
Declaration
public Attach()
Properties
DesiredCapabilities
Gets or sets the desired-capabilities field (index=12).
Declaration
public Symbol[] DesiredCapabilities { get; set; }
Property Value
Type | Description |
---|---|
Symbol[] |
Handle
Gets or sets the handle field (index=1).
Declaration
public uint Handle { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
IncompleteUnsettled
Gets or sets the incomplete-unsettled field (index=8).
Declaration
public bool IncompleteUnsettled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InitialDeliveryCount
Gets or sets the initial-delivery-count field (index=9).
Declaration
public uint InitialDeliveryCount { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
LinkName
Gets or sets the name field (index=0).
Declaration
public string LinkName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxMessageSize
Gets or sets the max-message-size field (index=10).
Declaration
public ulong MaxMessageSize { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
OfferedCapabilities
Gets or sets the offered-capabilities field (index=11).
Declaration
public Symbol[] OfferedCapabilities { get; set; }
Property Value
Type | Description |
---|---|
Symbol[] |
Properties
Gets or sets the properties field (index=13).
Declaration
public Fields Properties { get; set; }
Property Value
Type | Description |
---|---|
Fields |
RcvSettleMode
Gets or sets the rcv-settle-mode field (index=4).
Declaration
public ReceiverSettleMode RcvSettleMode { get; set; }
Property Value
Type | Description |
---|---|
ReceiverSettleMode |
Role
Gets or sets the role field (index=2).
Declaration
public bool Role { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SndSettleMode
Gets or sets the snd-settle-mode field (index=3).
Declaration
public SenderSettleMode SndSettleMode { get; set; }
Property Value
Type | Description |
---|---|
SenderSettleMode |
Source
Gets or sets the source field (index=5).
Declaration
public object Source { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Target
Gets or sets the target field (index=6).
Declaration
public object Target { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Unsettled
Gets or sets the unsettled field (index=7).
Declaration
public Map Unsettled { get; set; }
Property Value
Type | Description |
---|---|
Map |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |