Class InMemoryFtpServerBuilderExtensions
Extension methods for IFtpServerBuilder.
Inherited Members
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.FileSystem.InMemory.dll
Syntax
public static class InMemoryFtpServerBuilderExtensions
Methods
| Improve this Doc View SourceUseInMemoryFileSystem(IFtpServerBuilder)
Uses the in-memory file system API.
Declaration
public static IFtpServerBuilder UseInMemoryFileSystem(this IFtpServerBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IFtpServerBuilder | builder | The server builder used to configure the FTP server. |
Returns
Type | Description |
---|---|
IFtpServerBuilder | the server builder used to configure the FTP server. |