Class FtpConnectionEstablishedCheck
Checks if the TCP connection itself is still established.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.ConnectionChecks
Assembly: FubarDev.FtpServer.dll
Syntax
public class FtpConnectionEstablishedCheck : IFtpConnectionCheck
Methods
| Improve this Doc View SourceCheck(FtpConnectionCheckContext)
Check if the connection is usable.
Declaration
public 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. |