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

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

Return Value

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

Implements

IWebDavStoreDocument OpenReadStream 
Exceptions
ExceptionCondition
WebDavUnauthorizedExceptionIf the user is unauthorized or has no access
See Also