C# Class RemObjects.InternetPack.Ldap.BerSequence

Inheritance: BerValue
Datei anzeigen Open project: remobjects/internetpack Class Usage Examples

Public Methods

Method Description
BerSequence ( ) : System
BerSequence ( Byte code ) : System
ToString ( ) : String

Protected Methods

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

Method Details

BerSequence() public method

public BerSequence ( ) : System
return System

BerSequence() public method

public BerSequence ( Byte code ) : System
code Byte
return System

IntRead() protected method

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

IntWrite() protected method

protected IntWrite ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

ToString() public method

public ToString ( ) : String
return String