Для изменения размера нажмите или перетащите

ProxyStream - свойства

Тип ProxyStream предоставляет следующие члены.

Свойства
  ИмяОписание
Открытое свойствоCanRead
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
(Переопределяет StreamCanRead.)
Открытое свойствоCanSeek
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
(Переопределяет StreamCanSeek.)
Открытое свойствоCanTimeout
Gets a value that determines whether the current stream can time out.
(Переопределяет StreamCanTimeout.)
Открытое свойствоCanWrite
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
(Переопределяет StreamCanWrite.)
Открытое свойствоLength
When overridden in a derived class, gets the length in bytes of the stream.
(Переопределяет StreamLength.)
Открытое свойствоPosition
When overridden in a derived class, gets or sets the position within the current stream.
(Переопределяет StreamPosition.)
Открытое свойствоReadTimeout
Gets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.
(Переопределяет StreamReadTimeout.)
Открытое свойствоWriteTimeout
Gets or sets a value, in milliseconds, that determines how long the stream will attempt to write before timing out.
(Переопределяет StreamWriteTimeout.)
В начало страницы
См. также