Creates a new TelnetInputStream object.

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

Syntax

C#
public TelnetInputStream(
	Telnet telnet,
	Socket client
)
Visual Basic
Public Sub New ( _
	telnet As Telnet, _
	client As Socket _
)
Visual C++
public:
TelnetInputStream(
	Telnet^ telnet, 
	Socket^ client
)

Parameters

telnet
Type: Jscape.Telnet..::..Telnet
The telnet instance associated with the input stream.
client
Type: System.Net.Sockets..::..Socket
The socket associated with the input stream.

See Also