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

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

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
Write ( byte buf, int offset, int len ) : void
WriteByte ( byte b ) : void

Private Methods

Méthode Description
TlsOuputStream ( TlsProtocolHandler handler ) : System
WriteByte ( int arg0 ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Write() public méthode

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

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void