IWebDavStoreDocument OpenReadStream Method WebDAV#
Opens a Stream object for the document, in read-only mode.

Namespace: WebDAVSharp.Server.Stores
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Stream OpenReadStream()

Return Value

Type: Stream
The Stream object that can be read from.
See Also