C# Class Microsoft.Azure.Amqp.Framing.AmqpSequence

Inheritance: DescribedList
Show file Open project: Azure/azure-amqp

Public Properties

Property Type Description
Code ulong
Name string

Public Methods

Method Description
AmqpSequence ( ) : System.Collections
AmqpSequence ( IList innerList ) : System.Collections
ToString ( ) : string

Protected Methods

Method Description
OnDecode ( ByteBuffer buffer, int count ) : void
OnEncode ( ByteBuffer buffer ) : void
OnValueSize ( ) : int

Method Details

AmqpSequence() public method

public AmqpSequence ( ) : System.Collections
return System.Collections

AmqpSequence() public method

public AmqpSequence ( IList innerList ) : System.Collections
innerList IList
return System.Collections

OnDecode() protected method

protected OnDecode ( ByteBuffer buffer, int count ) : void
buffer ByteBuffer
count int
return void

OnEncode() protected method

protected OnEncode ( ByteBuffer buffer ) : void
buffer ByteBuffer
return void

OnValueSize() protected method

protected OnValueSize ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

Code public static property

public static ulong Code
return ulong

Name public static property

public static string Name
return string