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

Inheritance: LinkPerformative
Show file Open project: Azure/azure-amqp Class Usage Examples

Public Properties

Property Type Description
Code ulong
Name string

Public Methods

Method Description
Attach ( ) : System
ToString ( ) : string

Protected Methods

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

Method Details

Attach() public method

public Attach ( ) : System
return System

EnsureRequired() protected method

protected EnsureRequired ( ) : void
return void

OnDecode() protected method

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

OnEncode() protected method

protected OnEncode ( System.ByteBuffer buffer ) : void
buffer System.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