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

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

Public Methods

Method Description
Close ( ) : void
Read ( byte buf, int offset, int len ) : int
ReadByte ( ) : int

Private Methods

Method Description
TlsInputStream ( TlsProtocolHandler handler ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Read() public method

public Read ( byte buf, int offset, int len ) : int
buf byte
offset int
len int
return int

ReadByte() public method

public ReadByte ( ) : int
return int