WrappingStreamBase.WriteTimeout property

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

public override int WriteTimeout { get; set; }

Property Value

A value, in milliseconds, that determines how long the stream will attempt to write before timing out.

See Also