I have converted PCL project into .Net Standard 1.5 project. I have installed System.ServiceModel package from nuget. but cannot find way to use System.ServiceModel namespace.
Any help is appreciated.
I have converted PCL project into .Net Standard 1.5 project. I have installed System.ServiceModel package from nuget. but cannot find way to use System.ServiceModel namespace.
Any help is appreciated.
Installing System.ServiceModel.Security package has resolved the issue.
After intalling above package. Now i can use System.ServiceModel namespace.
Also, i have to install System.ServiceModel.Http for proxies.
© 2022 - 2024 — McMap. All rights reserved.