ReadOnlyFileSystemProvider.Content Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
Content(Stream)
Creates a new instance of NodecontentStream
.
Instances of Read
Instances of Read
When the virtual file system is used in the FileServer component, the server session, which contains information about the user and the active connection, can be accessed using Current property.
Declaration
protected NodeContent Content(Stream contentStream)
Parameters
Type | Name | Description |
---|---|---|
Stream | contentStream | Stream to be returned within the new Node |
Returns
Type | Description |
---|---|
Node |
A new instance of Node |