edtFTPnet/Free - Open-source FTP component for .NET | Download

FTPConnectionLogToTrace Property

Determines whether or not logs will be written using Trace.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
C#
public static bool LogToTrace { get; set; }

Property Value

Boolean

Remarks

This method wraps LogToTrace so setting either is equivalent to setting the other.

See Also