C# Class Microsoft.Azure.Amqp.Sasl.SaslMechanisms

Inheritance: Microsoft.Azure.Amqp.Framing.Performative
Exibir arquivo Open project: Azure/azure-amqp Class Usage Examples

Public Properties

Property Type Description
Code ulong
Name string

Public Methods

Method Description
SaslMechanisms ( ) : System.Text
ToString ( ) : string

Protected Methods

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

Method Details

EnsureRequired() protected method

protected EnsureRequired ( ) : void
return void

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

SaslMechanisms() public method

public SaslMechanisms ( ) : System.Text
return System.Text

ToString() public method

public ToString ( ) : string
return string

Property Details

Code public_oe static_oe property

public static ulong Code
return ulong

Name public_oe static_oe property

public static string Name
return string