|
JPEGStreamRequestTimeout Property
|
Request timeout value.
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public int RequestTimeout { get; set; }
Public Property RequestTimeout As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks The property sets timeout value in milliseconds for web requests.
Default value is set 10000 milliseconds.
See Also