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.
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.