Write data to TelnetOutputStream without escaping IAC.

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

Syntax

C#
public void Twrite(
	byte[] a
)
Visual Basic
Public Sub Twrite ( _
	a As Byte() _
)
Visual C++
public:
void Twrite(
	array<unsigned char>^ a
)

Parameters

a
Type: array<System..::..Byte>[]()[][]
The data to write.

Remarks

This method is used by the API internally to control connection/exchange commands with server.

See Also