Stream.WriteTimeout Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Overridable Property WriteTimeout As Integer
[ComVisibleAttribute(false)]
public virtual int WriteTimeout { get; set; }

Property Value

Type: System.Int32
A value, in miliseconds, that determines how long the stream will attempt to write before timing out.

Exceptions

Exception Condition
InvalidOperationException

The WriteTimeout method always throws an InvalidOperationException.

Remarks

Notes to Inheritors

The WriteTimeout property should be overridden to provide the appropriate behavior for the stream. If the stream does not support timing out, this property should raise an InvalidOperationException.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference