This property gets or sets the time-out value for the request.

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

Property Value

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

Explanation

The HttpTimeout property gets or sets the time-out value for the request. Timeout is the number of milliseconds that a subsequent synchronous request waits for a response

See Also

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

The ImageKit WPF is created by Newtone Corporation