Opens a Stream object for the document, in read-only mode.
Namespace: WebDAVSharp.Server.Stores.DiskStoreAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Return Value
Type: StreamThe Stream object that can be read from.
Implements
IWebDavStoreDocument OpenReadStreamExceptions
Exception | Condition |
---|---|
WebDavUnauthorizedException | If the user is unauthorized or has no access |
See Also