Click or drag to resize
BlobStream Properties

[This is preliminary documentation and is subject to change.]

The BlobStream type exposes the following members.

Properties
  NameDescription
Public propertyBooleanCanRead (Overrides StreamCanRead.)
Public propertyBooleanCanSeek (Overrides StreamCanSeek.)
Public propertyBooleanCanTimeout
Gets a value that determines whether the current stream can time out.
(Inherited from Stream.)
Public propertyBooleanCanWrite (Overrides StreamCanWrite.)
Public propertyInt64Length (Overrides StreamLength.)
Public propertyInt64Position (Overrides StreamPosition.)
Public propertyInt32ReadTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.)
Public propertyInt32WriteTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out.
(Inherited from Stream.)
Top
See Also