Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #131, replace RemoteAdress [sic] with IPEndPoint based properties #132

Merged
merged 4 commits into from
Nov 15, 2024

Conversation

bentorkington
Copy link
Contributor

This PR marks RtspListener.IPAdress (and the properties it depends on) as obsolete, and provides new properties for accessing endpoint information.

Existing debugging strings which printed the IP & port number were preserved, and use IPEndPoint.ToString(), which internally uses the InvariantCulture for formatting, resulting in cleaner code.

@ngraziano
Copy link
Owner

look good

@ngraziano ngraziano merged commit 93cf827 into ngraziano:dotnetcore Nov 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants