Interface IFtpServerStatistics
Statistics about the FTP server.
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFtpServerStatistics
  Properties
| Improve this Doc View SourceActiveConnections
Gets the currently active number of connections.
Declaration
long ActiveConnections { get; }
  Property Value
| Type | Description | 
|---|---|
| Int64 | 
TotalConnections
Gets the total number of connections.
Declaration
long TotalConnections { get; }
  Property Value
| Type | Description | 
|---|---|
| Int64 |