Interface IFtpConnectionEventHost
The event host.
Namespace: FubarDev.FtpServer.Events
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFtpConnectionEventHost
  Methods
| Improve this Doc View SourcePublishEvent(IFtpConnectionEvent)
Publish the event.
Declaration
void PublishEvent(IFtpConnectionEvent evt)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IFtpConnectionEvent | evt | The event to publish.  |