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

상속: LinkPerformative
파일 보기 프로젝트 열기: Azure/azure-amqp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Code ulong
Name string

공개 메소드들

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

보호된 메소드들

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

메소드 상세

Attach() 공개 메소드

public Attach ( ) : System
리턴 System

EnsureRequired() 보호된 메소드

protected EnsureRequired ( ) : void
리턴 void

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

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

public static ulong Code
리턴 ulong

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

public static string Name
리턴 string