Interrupt Method
Interrupts a synchronous send to the remote host.
Syntax
void __fastcall Interrupt(int ConnectionId);Remarks
This property is called using the Connection Id if you wish to interrupt a connection and stop a file from uploading without disconnecting the client connected to the component. If you use SendFile to upload a file, the component will run synchronously on that Connection Id until it is completed.