Interface IFtpConnectionStatusCheck
Interface to check if the connection is still alive and kicking.
Namespace: FubarDev.FtpServer.ConnectionChecks
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFtpConnectionStatusCheck
Methods
| Improve this Doc View SourceCheckIfAlive()
Check if the connection is still alive.
Declaration
bool CheckIfAlive()
Returns
| Type | Description |
|---|---|
| Boolean | true when the connection is still alive. |