Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.Net Standard project, How to use System.ServiceModel classes

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.

like image 338
Irshad Ali Avatar asked Dec 29 '16 17:12

Irshad Ali


1 Answers

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.

like image 164
Irshad Ali Avatar answered Sep 18 '22 18:09

Irshad Ali