Irshad Ali
Irshad Ali

Reputation: 1213

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

Upvotes: 9

Views: 14072

Answers (1)

Irshad Ali
Irshad Ali

Reputation: 1213

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.

Upvotes: 27

Related Questions