The number of bytes which are available in this buffer.
Namespace: Org.BouncyCastle.Crypto.TlsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public int Available { get; } |
Visual Basic |
---|
Public ReadOnly Property Available As Integer
Get |
Visual C++ |
---|
public:
property int Available {
int get ();
} |
See Also