WcfClientProxyGenerator icon indicating copy to clipboard operation
WcfClientProxyGenerator copied to clipboard

Load <identity> element from app.config

Open Strachu opened this issue 8 years ago • 0 comments

WcfClientProxyGenerator in current version seems to ignore <identity> under <endpoint> tag in app.config. We need to use it along with windows authentication.

This pull request adds loading of <identity> tag during the creation of a proxy. There is no test for a rsa identity as I could not find an example how to specify it. The example from official documentation seems to not work results in an exception even when using it without a library.

Strachu avatar Nov 24 '17 14:11 Strachu