Open
Description
When implementing the UserAuthService call back, there is no way to access the RemoteEndPoint address from which the user is connecting
I mainly need this for logging purposes
The only solution I could think of is to expose the RemoteEndPoint in Session.cs
public EndPoint RemoteEndPoint { get { return _socket?.RemoteEndPoint; } }
Do you have a better idea for this?
Metadata
Metadata
Assignees
Labels
No labels