Gets/Sets the command terminator used when sending commands 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 Terminator { get; set; }
Visual Basic
Public Property Terminator As String
	Get
	Set
Visual C++
public:
property String^ Terminator {
	String^ get ();
	void set (String^ value);
}

See Also