C# 클래스 RemObjects.InternetPack.Ldap.BerSequence

상속: BerValue
파일 보기 프로젝트 열기: remobjects/internetpack 1 사용 예제들

공개 메소드들

메소드 설명
BerSequence ( ) : System
BerSequence ( Byte code ) : System
ToString ( ) : String

보호된 메소드들

메소드 설명
IntRead ( BinaryReader reader, Byte code, Int32 length ) : void
IntWrite ( BinaryWriter writer ) : void

메소드 상세

BerSequence() 공개 메소드

public BerSequence ( ) : System
리턴 System

BerSequence() 공개 메소드

public BerSequence ( Byte code ) : System
code Byte
리턴 System

IntRead() 보호된 메소드

protected IntRead ( BinaryReader reader, Byte code, Int32 length ) : void
reader System.IO.BinaryReader
code Byte
length System.Int32
리턴 void

IntWrite() 보호된 메소드

protected IntWrite ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String