Click or drag to resize

WebFileShellContent Class

Defines the content of a Shell Item that's represented by an HTTP(S) file.
Inheritance Hierarchy

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public class WebFileShellContent : StreamShellContent

The WebFileShellContent type exposes the following members.

Constructors
  NameDescription
Public methodWebFileShellContent
Initializes a new instance of the StreamShellContent class.
Top
Properties
  NameDescription
Public propertyClsid
Gets the storage Class Id.
(Inherited from ShellContent.)
Public propertyCreationTime
Gets or sets the creation time.
(Inherited from ShellContent.)
Public propertyLastAccessTime
Gets or sets the last access time.
(Inherited from ShellContent.)
Public propertyLastWriteTime
Gets or sets the last write time.
(Inherited from ShellContent.)
Public propertyLength
Gets the content length.
(Inherited from StreamShellContent.)
Public propertyLocksSupported
Gets the content supported lock type.
(Inherited from ShellContent.)
Public propertyMode
Gets the stream mode.
(Inherited from ShellContent.)
Public propertyName
Gets or sets the content name.
(Inherited from ShellContent.)
Public propertyStateBits
Gets the stream state bits.
(Inherited from ShellContent.)
Public propertyStream
Gets the underlying Stream instance.
(Inherited from StreamShellContent.)
Public propertyType
Gets the content storage type for Shell operations.
(Inherited from StreamShellContent.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from StreamShellContent.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetContentStream
Gets a stream instance on this content.
(Inherited from StreamShellContent.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead
Reads a sequence of bytes from the current content and advances the position within the stream by the number of bytes read.
(Inherited from StreamShellContent.)
Public methodSeek
Sets the position within the current stream.
(Inherited from StreamShellContent.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also