Click or drag to resize

FileAccessControl Class

Interface that implements the file access control for streams and other file related instructions/functions.
Inheritance Hierarchy
SystemObject
  WinWrap.Basic.ServerFileAccessControl

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public class FileAccessControl : IFileAccessControl

The FileAccessControl type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAllow Determine the correct file path or reject it.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
The file access control interface allows the host application to determine where files are actually stored.

Requires WinWrap Basic v10.60+.

See Also