C# 클래스 Microsoft.Azure.Amqp.Framing.Properties

상속: DescribedList
파일 보기 프로젝트 열기: Azure/azure-amqp

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Properties ( ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
OnDecode ( System.ByteBuffer buffer, int count ) : void
OnEncode ( System.ByteBuffer buffer ) : void
OnValueSize ( ) : int

메소드 상세

OnDecode() 보호된 메소드

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

OnEncode() 보호된 메소드

protected OnEncode ( System.ByteBuffer buffer ) : void
buffer System.ByteBuffer
리턴 void

OnValueSize() 보호된 메소드

protected OnValueSize ( ) : int
리턴 int

Properties() 공개 메소드

public Properties ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AbsoluteExpiryTimeName 공개적으로 정적으로 프로퍼티

public static string AbsoluteExpiryTimeName
리턴 string

Code 공개적으로 정적으로 프로퍼티

public static ulong Code
리턴 ulong

ContentEncodingName 공개적으로 정적으로 프로퍼티

public static string ContentEncodingName
리턴 string

ContentTypeName 공개적으로 정적으로 프로퍼티

public static string ContentTypeName
리턴 string

CorrelationIdName 공개적으로 정적으로 프로퍼티

public static string CorrelationIdName
리턴 string

CreationTimeName 공개적으로 정적으로 프로퍼티

public static string CreationTimeName
리턴 string

GroupIdName 공개적으로 정적으로 프로퍼티

public static string GroupIdName
리턴 string

GroupSequenceName 공개적으로 정적으로 프로퍼티

public static string GroupSequenceName
리턴 string

MessageIdName 공개적으로 정적으로 프로퍼티

public static string MessageIdName
리턴 string

Name 공개적으로 정적으로 프로퍼티

public static string Name
리턴 string

ReplyToGroupIdName 공개적으로 정적으로 프로퍼티

public static string ReplyToGroupIdName
리턴 string

ReplyToName 공개적으로 정적으로 프로퍼티

public static string ReplyToName
리턴 string

SubjectName 공개적으로 정적으로 프로퍼티

public static string SubjectName
리턴 string

ToName 공개적으로 정적으로 프로퍼티

public static string ToName
리턴 string

UserIdName 공개적으로 정적으로 프로퍼티

public static string UserIdName
리턴 string