Class ConnectionListenerStartedEventArgs
Event arguments for when a server listener is started.
Inherited Members
Namespace: Swan.Net
Syntax
public class ConnectionListenerStartedEventArgs : EventArgs
Constructors
ConnectionListenerStartedEventArgs(IPEndPoint)
Initializes a new instance of the ConnectionListenerStartedEventArgs class.
Declaration
public ConnectionListenerStartedEventArgs(IPEndPoint listenerEndPoint)
Parameters
Type | Name | Description |
---|---|---|
IPEndPoint | listenerEndPoint | The listener end point. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | listenerEndPoint. |
Properties
EndPoint
Gets the end point.
Declaration
public IPEndPoint EndPoint { get; }
Property Value
Type | Description |
---|---|
IPEndPoint | The end point. |