Gets/Sets the command terminator used when sending data to TELNET server. Default is "\n".

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

Syntax

C#
public string CommandTerminator { get; set; }
Visual Basic
Public Property CommandTerminator As String
	Get
	Set
Visual C++
public:
property String^ CommandTerminator {
	String^ get ();
	void set (String^ value);
}

See Also