使用 svcutil 生成 wcf 代理时无法分配用户名和密码?

发布于 2024-11-09 11:54:48 字数 126 浏览 0 评论 0原文

如果我创建一个新项目并向其添加 wcf 服务引用,我可以使用它生成的客户端将用户名和密码分配给 ClientCredentials,但是如果我使用 svcutil.exe 和 wsdl 创建代理,它会生成代理代码不允许我设置用户名和密码。

If I create a new project and add a wcf service reference to it,I can use the client it generates to assign the username and password to ClientCredentials, but if I create the proxy using svcutil.exe and the wsdl, the proxy code it generates doesn't allow me to set the username and password.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半岛未凉 2024-11-16 11:54:48

它应该可以工作;生成的代理继承自 ClientBase,它具有 ClientCredentials 属性。如果您再次遇到这种情况,请发布生成的类签名,我们可以查看它。

It should just work; generated proxies inherit from ClientBase<T>, which has a ClientCredentials property. If this happens to you again, please post the generated class signature, and we can look at it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文