Do not send the ABOR command when aborting download.

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

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

Remarks

This flag will cause the component not to send ABOR command while aborting a download. The download will be aborted by closing the receiving socket.

Caution: Only use this if you know what you are doing and why you need this. Please note that some servers might react by closing the control connection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also