FileSystemSession ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a user-impersonated session of working with a file system. This class is NOT thread-safe
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.IO.FileSystem FileSystemSession
      NFX.IO.FileSystem.GoogleDrive.V2 GoogleDriveSession
      NFX.IO.FileSystem.S3.V4 S3V4FileSystemSession
      NFX.IO.FileSystem.SVN SVNFileSystemSession

Namespace: NFX.IO.FileSystem
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class FileSystemSession : DisposableObject, 
	INamed
See Also