Creates a new TelnetOption instance.

Namespace: Jscape.Telnet
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

C#
protected TelnetOption()
Visual Basic
Protected Sub New
Visual C++
protected:
TelnetOption()

Remarks

Empty constructor does nothing. To be used for subclassing new TelnetOption.

See Also