Android Support, Custom Headers and Manual IP Bindings
This release supports
- Xamarin.Android project support.
- Fix for Nuget package so it will install into Xamarin.iOS and Xamarin.Android projects in VS 2015.
- Ability to include custom http headers in the response messages sent by RSSDP, and to retrieve them from the discovered device class.
- It's now possible to bind the locator or publisher to a specific IP address/adapter (by manually creating a socket factory instance and passing it the IP of the adapter to use). See issue #2 for sample.