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

An output Stream for a TLS 1.0 connection.
Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

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

Private Methods

Method Description
TlsOuputStream ( TlsProtocolHandler handler ) : System
WriteByte ( int arg0 ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Write() public method

public Write ( byte buf, int offset, int len ) : void
buf byte
offset int
len int
return void

WriteByte() public method

public WriteByte ( byte b ) : void
b byte
return void