Gets or sets a value indicating whether to raise FileDownloaded and/or FileUploaded events for incomplete transfers.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Property EnableEventsForFailedTransfers As Boolean
	Get
	Set
C#
public bool EnableEventsForFailedTransfers { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also