gpt4 book ai didi

.net - 如何将 UsernameToken 添加到 Web 服务代理类的 RequestSoapContext 属性

转载 作者:行者123 更新时间:2023-12-03 04:19:19 26 4
gpt4 key购买 nike

我有一个我引用的服务,它创建了一个代理类“MyWebService”。但是,当我使用该类时,它的对象似乎没有 RequestSoapContext 属性。以下是我期望如何使用该服务:

            MyWebService objWS = new MyWebService();
UsernameToken token = new UsernameToken("User","Password", PasswordOption.SendPlainText);
objWS.RequestSoapContext.Security.Timestamp.TtlInSeconds = 60;
objWS.RequestSoapContext.Security.Tokens.Add(token);
objWS.RequestSoapContext.Security.MustUnderstand = false;

我是否需要对生成的代理类进行一些配置/修改,以便我可以在代理类中获取 RequestSoapContext 或者我需要在服务端执行某些操作?

感谢您的宝贵时间...

最佳答案

引用您的 Web 引用后,在解决方案资源管理器中单击 Web 引用以查找 reference.cs 文件。如果找到它,请打开该文件。您可以看到您的 Web 服务类派生自 System.Web.Services.xxxx。将其更改为

公共(public)部分类MyWebService:Microsoft.Web.Services3.WebServicesClientProtocol

关于.net - 如何将 UsernameToken 添加到 Web 服务代理类的 RequestSoapContext 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3767352/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com