Show / Hide Table of Contents

Class Begin

The Begin class contains parameters to begin a session in a connection.

Inheritance
System.Object
Described
RestrictedDescribed
DescribedList
Begin
Inherited Members
DescribedList.HasField(Int32)
DescribedList.ResetField(Int32)
DescribedList.GetDebugString(String, Object[], Object[])
RestrictedDescribed.Descriptor
Described.Encode(ByteBuffer)
Described.Decode(ByteBuffer)
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 Begin : DescribedList

Constructors

Begin()

Initializes a Begin object.

Declaration
public Begin()

Properties

DesiredCapabilities

Gets or sets the desired-capabilities field (index=6).

Declaration
public Symbol[] DesiredCapabilities { get; set; }
Property Value
Type Description
Symbol[]

HandleMax

Gets or sets the handle-max field (index=4).

Declaration
public uint HandleMax { get; set; }
Property Value
Type Description
System.UInt32

IncomingWindow

Gets or sets the incoming-window field (index=2).

Declaration
public uint IncomingWindow { get; set; }
Property Value
Type Description
System.UInt32

NextOutgoingId

Gets or sets the next-outgoing-id field (index=1).

Declaration
public uint NextOutgoingId { get; set; }
Property Value
Type Description
System.UInt32

OfferedCapabilities

Gets or sets the offered-capabilities field (index=5).

Declaration
public Symbol[] OfferedCapabilities { get; set; }
Property Value
Type Description
Symbol[]

OutgoingWindow

Gets or sets the outgoing-window field (index=3).

Declaration
public uint OutgoingWindow { get; set; }
Property Value
Type Description
System.UInt32

Properties

Gets or sets the properties field (index=7).

Declaration
public Fields Properties { get; set; }
Property Value
Type Description
Fields

RemoteChannel

Gets or sets the remote-channel field (index=0).

Declaration
public ushort RemoteChannel { get; set; }
Property Value
Type Description
System.UInt16

Methods

ToString()

Returns a string that represents the current begin object.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX