I have a app.config for my console application and I want to consume third party webservice.asmx and NOT wcf. The third party has asked to add the following security mode lines but do not where to add in in app.config.
<security mode="Transport">
开发者_如何学C<transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
<message clientCredentialType="Certificate" algorithmSuite="Default" />
</security>
精彩评论