This property gets or sets the number of milliseconds to wait for a request.

[Visual Basic] Public Property FtpTimeout As Integer
[C#] public int FtpTimeout {get; set;}

Property Value

The number of milliseconds to wait before a request times out. The default value is 60000 milliseconds.

Explanation

The FtpTimeout property gets or sets the number of milliseconds to wait for a request. Timeout is the number of milliseconds that a synchronous request waits for a response.

See Also

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation