Namespace: Org.BouncyCastle.Crypto.Tls
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public override void WriteByte( byte b )  | 
| Visual Basic | 
|---|
Public Overrides Sub WriteByte ( _ b As Byte _ )  | 
| Visual C++ | 
|---|
public: virtual void WriteByte( unsigned char b ) override  | 
Parameters
- b
 - Type: System..::..Byte