WrappingStream.ReadTimeout property

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

public override int ReadTimeout { get; set; }

Property Value

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

See Also