Class InMemoryFileSystemOptions
In-memory file system options.
Inherited Members
Namespace: FubarDev.FtpServer.FileSystem.InMemory
Assembly: FubarDev.FtpServer.FileSystem.InMemory.dll
Syntax
public class InMemoryFileSystemOptions
Properties
| Improve this Doc View SourceAnonymousComparer
Gets or sets the comparer for anonymous user e-mails.
Declaration
public StringComparer AnonymousComparer { get; set; }
Property Value
| Type | Description |
|---|---|
| StringComparer |
FileSystemComparer
Gets or sets the comparer for file system names.
Declaration
public StringComparer FileSystemComparer { get; set; }
Property Value
| Type | Description |
|---|---|
| StringComparer |
KeepAnonymousFileSystem
Gets or sets a value indicating whether the file system for an anonymous user should be kept.
Declaration
public bool KeepAnonymousFileSystem { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
KeepAuthenticatedUserFileSystem
Gets or sets a value indicating whether the file system for an authenticated user should be kept.
Declaration
public bool KeepAuthenticatedUserFileSystem { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
UserNameComparer
Gets or sets the comparer for authenticated user names.
Declaration
public StringComparer UserNameComparer { get; set; }
Property Value
| Type | Description |
|---|---|
| StringComparer |