ProxyStreamWriteTimeout - свойство |
Gets or sets a value, in milliseconds, that determines how long the stream will attempt to write before timing out.
Пространство имён:
Tessa.Platform.IO
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public override int WriteTimeout { get; set; }
Public Overrides Property WriteTimeout As Integer
Get
Set
public:
virtual property int WriteTimeout {
int get () override;
void set (int value) override;
}
abstract WriteTimeout : int with get, set
override WriteTimeout : int with get, set
Возвращаемое значение
Тип:
Int32A value, in milliseconds, that determines how long the stream will attempt to write before timing out.
Исключения См. также