Skip to content

Can't access RemoteEndPoint when handling UserAuthArgs #42

Open
@NephChevsky

Description

@NephChevsky

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions