C# Class AaltoTLS.HandshakeLayer.Protocol.HandshakeStream

Show file Open project: juhovh/AaltoTLS Class Usage Examples

Public Methods

Method 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 method

public ConfirmEndOfStream ( ) : void
return void

HandshakeStream() public method

public HandshakeStream ( Stream stream ) : System
stream Stream
return System

ReadBytes() public method

public ReadBytes ( int count ) : byte[]
count int
return byte[]

ReadUInt16() public method

public ReadUInt16 ( ) : UInt16
return System.UInt16

ReadUInt24() public method

public ReadUInt24 ( ) : UInt32
return System.UInt32

ReadUInt32() public method

public ReadUInt32 ( ) : UInt32
return System.UInt32

ReadUInt8() public method

public ReadUInt8 ( ) : Byte
return Byte

WriteBytes() public method

public WriteBytes ( byte data ) : void
data byte
return void

WriteUInt16() public method

public WriteUInt16 ( UInt16 value ) : void
value System.UInt16
return void

WriteUInt24() public method

public WriteUInt24 ( UInt32 value ) : void
value System.UInt32
return void

WriteUInt32() public method

public WriteUInt32 ( UInt32 value ) : void
value System.UInt32
return void

WriteUInt8() public method

public WriteUInt8 ( Byte value ) : void
value Byte
return void