edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionLogToTrace Property

Determines whether or not logs will be written using Trace.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public static bool LogToTrace { get; set; }

Property Value

Type: Boolean
Remarks

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

See Also