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.5.0.19
Синтаксис 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.
Исключения См. также