Class FtpConnectionCheckContext
The context of the FTP connection check.
Inherited Members
Namespace: FubarDev.FtpServer.ConnectionChecks
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class FtpConnectionCheckContext
Constructors
| Improve this Doc View SourceFtpConnectionCheckContext(IFtpConnection)
Initializes a new instance of the FtpConnectionCheckContext class.
Declaration
public FtpConnectionCheckContext(IFtpConnection connection)
Parameters
Type | Name | Description |
---|---|---|
IFtpConnection | connection | The FTP connection. |
Properties
| Improve this Doc View SourceConnection
Gets the FTP connection.
Declaration
public IFtpConnection Connection { get; }
Property Value
Type | Description |
---|---|
IFtpConnection |