|
TimeoutStream Constructor
|
Creates an instance of a TimeoutStream wrapper
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public TimeoutStream(
Stream stream
)
Public Sub New (
stream As Stream
)
Request Example
View SourceParameters
- stream
- Type: System.IOStream
Stream which may not support read or write timeouts
See Also