Creates a new TelnetOutputStream instance.

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

Syntax

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

Parameters

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

See Also