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

Inheritance: DescribedList
ファイルを表示 Open project: Azure/azure-amqp

Public Properties

Property 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

Public Methods

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

Protected Methods

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

Method Details

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

Properties() public method

public Properties ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

AbsoluteExpiryTimeName public_oe static_oe property

public static string AbsoluteExpiryTimeName
return string

Code public_oe static_oe property

public static ulong Code
return ulong

ContentEncodingName public_oe static_oe property

public static string ContentEncodingName
return string

ContentTypeName public_oe static_oe property

public static string ContentTypeName
return string

CorrelationIdName public_oe static_oe property

public static string CorrelationIdName
return string

CreationTimeName public_oe static_oe property

public static string CreationTimeName
return string

GroupIdName public_oe static_oe property

public static string GroupIdName
return string

GroupSequenceName public_oe static_oe property

public static string GroupSequenceName
return string

MessageIdName public_oe static_oe property

public static string MessageIdName
return string

Name public_oe static_oe property

public static string Name
return string

ReplyToGroupIdName public_oe static_oe property

public static string ReplyToGroupIdName
return string

ReplyToName public_oe static_oe property

public static string ReplyToName
return string

SubjectName public_oe static_oe property

public static string SubjectName
return string

ToName public_oe static_oe property

public static string ToName
return string

UserIdName public_oe static_oe property

public static string UserIdName
return string