WriteTimeout Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
Public Overridable Property WriteTimeout As Integer
public virtual int WriteTimeout { get; set; }
public:
virtual property int WriteTimeout {
    int get ();
    void set (int value);
}
abstract WriteTimeout : int with get, set
override WriteTimeout : int with get, set
function get WriteTimeout () : int
function set WriteTimeout (value : int)

Property Value

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

.NET Framework Security

See Also

Reference

Stream Class

System.IO Namespace