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

Inheritance: DescribedList
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Свойство Type Description
AbsoluteExpiryTimeName string
Code ulong
ContentEncodingName string
ContentTypeName string
CorrelationIdName string
CreationTimeName string
GroupIdName string
GroupSequenceName string
MessageIdName string
Name string
ReplyToGroupIdName string
ReplyToName string
SubjectName string
ToName string
UserIdName string

Méthodes publiques

Méthode Description
Properties ( ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
OnDecode ( System.ByteBuffer buffer, int count ) : void
OnEncode ( System.ByteBuffer buffer ) : void
OnValueSize ( ) : int

Method Details

OnDecode() protected méthode

protected OnDecode ( System.ByteBuffer buffer, int count ) : void
buffer System.ByteBuffer
count int
Résultat void

OnEncode() protected méthode

protected OnEncode ( System.ByteBuffer buffer ) : void
buffer System.ByteBuffer
Résultat void

OnValueSize() protected méthode

protected OnValueSize ( ) : int
Résultat int

Properties() public méthode

public Properties ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

AbsoluteExpiryTimeName public_oe static_oe property

public static string AbsoluteExpiryTimeName
Résultat string

Code public_oe static_oe property

public static ulong Code
Résultat ulong

ContentEncodingName public_oe static_oe property

public static string ContentEncodingName
Résultat string

ContentTypeName public_oe static_oe property

public static string ContentTypeName
Résultat string

CorrelationIdName public_oe static_oe property

public static string CorrelationIdName
Résultat string

CreationTimeName public_oe static_oe property

public static string CreationTimeName
Résultat string

GroupIdName public_oe static_oe property

public static string GroupIdName
Résultat string

GroupSequenceName public_oe static_oe property

public static string GroupSequenceName
Résultat string

MessageIdName public_oe static_oe property

public static string MessageIdName
Résultat string

Name public_oe static_oe property

public static string Name
Résultat string

ReplyToGroupIdName public_oe static_oe property

public static string ReplyToGroupIdName
Résultat string

ReplyToName public_oe static_oe property

public static string ReplyToName
Résultat string

SubjectName public_oe static_oe property

public static string SubjectName
Résultat string

ToName public_oe static_oe property

public static string ToName
Résultat string

UserIdName public_oe static_oe property

public static string UserIdName
Résultat string