Switch debug of responses on or off

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public void DebugResponses(
	bool on
)
Visual Basic
Public Sub DebugResponses ( _
	on As Boolean _
)
Visual C++
public:
void DebugResponses(
	bool on
)

Parameters

on
Type: System..::..Boolean
true if you wish to have responses to the log stream, false otherwise.

See Also