Get the response to the prompt

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

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

See Also