MultiBufferMemoryStream Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property CanRead Overridden. Gets a value indicating whether the current stream supports reading.
public property CanSeek Overridden. Gets a value indicating whether the current stream supports seeking.
public property CanTimeout  (Inherited from Stream)
public property CanWrite Overridden. Gets a value indicating whether the current stream supports writing.
public property Length Overridden. Gets the length in bytes of the stream.
public property Position Overridden. Gets or sets the position within the current stream.
public property ReadTimeout  (Inherited from Stream)
public property WriteTimeout  (Inherited from Stream)

See Also