ngraziano / SharpRTSP

A RTSP handling library
Other
557 stars 182 forks source link

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

Closed bentorkington closed 2 weeks ago

bentorkington commented 2 weeks ago

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 commented 2 weeks ago

look good