C# 클래스 FubarDev.FtpServer.FileSystem.DotNet.DotNetFileSystemProvider

A IFileSystemClassFactory implementation that uses the standard .NET functionality to provide file system access.
상속: IFileSystemClassFactory
파일 보기 프로젝트 열기: FubarDevelopment/FtpServer 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string userId, bool isAnonymous ) : Task
DotNetFileSystemProvider ( [ rootPath ) : System.IO

Initializes a new instance of the DotNetFileSystemProvider class.

DotNetFileSystemProvider ( [ rootPath, bool useUserIdAsSubFolder ) : System.IO

Initializes a new instance of the DotNetFileSystemProvider class.

DotNetFileSystemProvider ( [ rootPath, bool useUserIdAsSubFolder, int streamBufferSize ) : System.IO

Initializes a new instance of the DotNetFileSystemProvider class.

메소드 상세

Create() 공개 메소드

public Create ( string userId, bool isAnonymous ) : Task
userId string
isAnonymous bool
리턴 Task

DotNetFileSystemProvider() 공개 메소드

Initializes a new instance of the DotNetFileSystemProvider class.
public DotNetFileSystemProvider ( [ rootPath ) : System.IO
rootPath [ The root path for all users
리턴 System.IO

DotNetFileSystemProvider() 공개 메소드

Initializes a new instance of the DotNetFileSystemProvider class.
public DotNetFileSystemProvider ( [ rootPath, bool useUserIdAsSubFolder ) : System.IO
rootPath [ The root path for all users
useUserIdAsSubFolder bool Use the user id as subfolder?
리턴 System.IO

DotNetFileSystemProvider() 공개 메소드

Initializes a new instance of the DotNetFileSystemProvider class.
public DotNetFileSystemProvider ( [ rootPath, bool useUserIdAsSubFolder, int streamBufferSize ) : System.IO
rootPath [ The root path for all users
useUserIdAsSubFolder bool Use the user id as subfolder?
streamBufferSize int Buffer size to be used in async IO methods
리턴 System.IO