Class FtpConnectionContext
The FTP connection context.
Inherited Members
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public abstract class FtpConnectionContext
Properties
| Improve this Doc View SourceConnectionId
Gets or sets the connection identifier.
Declaration
public abstract string ConnectionId { get; set; }
Property Value
Type | Description |
---|---|
String |
Features
Gets the connection features.
Declaration
public abstract IFeatureCollection Features { get; }
Property Value
Type | Description |
---|---|
IFeatureCollection |