Class ListenerStartedEventArgs
Event arguments for a started listener.
Inherited Members
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class ListenerStartedEventArgs : EventArgs
  Constructors
| Improve this Doc View SourceListenerStartedEventArgs(Int32)
Initializes a new instance of the ListenerStartedEventArgs class.
Declaration
public ListenerStartedEventArgs(int port)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | port | The port used by the listener.  | 
      
Properties
| Improve this Doc View SourcePort
Gets the port that's used by the listener.
Declaration
public int Port { get; }
  Property Value
| Type | Description | 
|---|---|
| Int32 |