Write data to TelnetOutputStream without escaping IAC.
Namespace: Jscape.TelnetAssembly: 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( unsigned char a ) |
Parameters
- a
- Type: System..::..Byte
The byte to write.
Remarks
This method is used by the API internally to control connection/exchange commands with server.