C# Class AaltoTLS.HandshakeLayer.Protocol.HandshakeStream

Afficher le fichier Open project: juhovh/AaltoTLS Class Usage Examples

Méthodes publiques

Méthode Description
ConfirmEndOfStream ( ) : void
HandshakeStream ( Stream stream ) : System
ReadBytes ( int count ) : byte[]
ReadUInt16 ( ) : UInt16
ReadUInt24 ( ) : UInt32
ReadUInt32 ( ) : UInt32
ReadUInt8 ( ) : Byte
WriteBytes ( byte data ) : void
WriteUInt16 ( UInt16 value ) : void
WriteUInt24 ( UInt32 value ) : void
WriteUInt32 ( UInt32 value ) : void
WriteUInt8 ( Byte value ) : void

Method Details

ConfirmEndOfStream() public méthode

public ConfirmEndOfStream ( ) : void
Résultat void

HandshakeStream() public méthode

public HandshakeStream ( Stream stream ) : System
stream Stream
Résultat System

ReadBytes() public méthode

public ReadBytes ( int count ) : byte[]
count int
Résultat byte[]

ReadUInt16() public méthode

public ReadUInt16 ( ) : UInt16
Résultat System.UInt16

ReadUInt24() public méthode

public ReadUInt24 ( ) : UInt32
Résultat System.UInt32

ReadUInt32() public méthode

public ReadUInt32 ( ) : UInt32
Résultat System.UInt32

ReadUInt8() public méthode

public ReadUInt8 ( ) : Byte
Résultat Byte

WriteBytes() public méthode

public WriteBytes ( byte data ) : void
data byte
Résultat void

WriteUInt16() public méthode

public WriteUInt16 ( UInt16 value ) : void
value System.UInt16
Résultat void

WriteUInt24() public méthode

public WriteUInt24 ( UInt32 value ) : void
value System.UInt32
Résultat void

WriteUInt32() public méthode

public WriteUInt32 ( UInt32 value ) : void
value System.UInt32
Résultat void

WriteUInt8() public méthode

public WriteUInt8 ( Byte value ) : void
value Byte
Résultat void