C# Class Org.BouncyCastle.Crypto.Tls.TlsInputStream

An input Stream for a TLS 1.0 connection.
Inheritance: Org.BouncyCastle.Utilities.IO.BaseInputStream
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Read ( byte buf, int offset, int len ) : int
ReadByte ( ) : int

Private Methods

Méthode Description
TlsInputStream ( TlsProtocolHandler handler ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Read() public méthode

public Read ( byte buf, int offset, int len ) : int
buf byte
offset int
len int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int