Class FtpConnectionOptions
Options for the FTP connection.
Inherited Members
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.dll
Syntax
public class FtpConnectionOptions
Properties
| Improve this Doc View SourceDefaultEncoding
Gets or sets the default connection encoding.
Declaration
public Encoding DefaultEncoding { get; set; }
Property Value
Type | Description |
---|---|
Encoding |
InactivityTimeout
Gets or sets the default connection inactivity timeout.
Declaration
public TimeSpan? InactivityTimeout { get; set; }
Property Value
Type | Description |
---|---|
Nullable<TimeSpan> |