Interface IFtpConnectionCheck
Check if the connection is usable/connected/not idle.
Namespace: FubarDev.FtpServer.ConnectionChecks
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFtpConnectionCheck
Methods
| Improve this Doc View SourceCheck(FtpConnectionCheckContext)
Check if the connection is usable.
Declaration
FtpConnectionCheckResult Check(FtpConnectionCheckContext context)
Parameters
Type | Name | Description |
---|---|---|
FtpConnectionCheckContext | context | The FTP connection check context. |
Returns
Type | Description |
---|---|
FtpConnectionCheckResult | FtpConnectionCheckResult that contains the result of the check. |