0 votes
by (900 points)
edited

What is Ftp.AbortTimeout Property. why it is used.

Need more description about Ftp.AbortTimeout Property.

Thank in adv.

Applies to: Rebex FTP/SSL

1 Answer

+1 vote
by (144k points)
edited
 
Best answer

Ftp.AbortTimeout property specified the maximum length of time (in miliseconds) that an operation (such as an asynchronous method) can take to complete once Ftp.Abort() has been called.

(This means that if Ftp.Abort() has not been called, the Ftp.AbortTimeout property has no effect.)

by (900 points)
edited

Thanks......

...