Stops upload, terminates the connection with the client and deletes all uploaded files, if it is demanded.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0

Syntax

C#
public void CancelUpload(
	bool DeleteFiles
)
Visual Basic (Declaration)
Public Sub CancelUpload ( _
	DeleteFiles As Boolean _
)

Parameters

DeleteFiles
Type: System..::.Boolean
true if the uploaded files should be deleted; otherwise, false.

Remarks

Use this method if you need to terminate upload process immediately.

See Also