C# Class RemObjects.InternetPack.Ldap.BerSequence

Inheritance: BerValue
Afficher le fichier Open project: remobjects/internetpack Class Usage Examples

Méthodes publiques

Méthode Description
BerSequence ( ) : System
BerSequence ( Byte code ) : System
ToString ( ) : String

Méthodes protégées

Méthode Description
IntRead ( BinaryReader reader, Byte code, Int32 length ) : void
IntWrite ( BinaryWriter writer ) : void

Method Details

BerSequence() public méthode

public BerSequence ( ) : System
Résultat System

BerSequence() public méthode

public BerSequence ( Byte code ) : System
code Byte
Résultat System

IntRead() protected méthode

protected IntRead ( BinaryReader reader, Byte code, Int32 length ) : void
reader System.IO.BinaryReader
code Byte
length System.Int32
Résultat void

IntWrite() protected méthode

protected IntWrite ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String