ProxyStreamReadTimeout - свойство
Gets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public override int ReadTimeout { get; set; }
Public Overrides Property ReadTimeout As Integer
Get
Set
public:
virtual property int ReadTimeout {
int get () override;
void set (int value) override;
}
abstract ReadTimeout : int with get, set
override ReadTimeout : int with get, set
Возвращаемое значение
Int32A value, in milliseconds, that determines how long the stream will attempt to read before timing out.
InvalidOperationException | The ReadTimeout method always throws an InvalidOperationException. |