腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(2483)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
wsHttpBinding
配置
我正在读一本wcf书,遇到了下面的代码块 <
wsHttpBinding
> <message clientCredentialType="UserName" /> </binding> </
浏览 2
修改于2011-07-07
得票数 1
回答已采纳
1
回答
使用
wsHttpBinding
在阅读了更多关于它的内容并尝试实现
wshttpbinding
之后,它就不会发生了。无论我尝试什么,我都会得到下面的错误消息(安全模式被注释掉了)。我理解其中的原因,因为绑定之间的SOAP版本不同。下面是我对
wsHttpBinding
的服务器端设置: <
wsHttpBinding
> <service na
浏览 1
提问于2012-09-05
得票数 1
1
回答
Windows 8
WsHttpBinding
我想像这样定义一个
WsHttpBinding
但问题是系统无法识别或者类似的东西。
浏览 1
修改于2012-07-05
得票数 1
5
回答
netTcpBinding或
wsHttpBinding
在实现安全性的过程中,我对netTcpBinding/
wsHttpBinding
中的哪一个适合我的情况感到困惑。虽然我在这里总是可以使用
wsHttpBinding
,但是在我的例子中使用netTcpBinding设置服务端点是否合适呢?
浏览 2
修改于2009-11-11
得票数 17
回答已采纳
1
回答
wsHttpsBinding诉
wsHttpBinding
在为WCF项目编写代码时,我经常遇到
wsHttpBinding
。然而,我从未使用过wsHttpsBinding. wsHttpsBinding问题:甚至存在于WCF中还是自定义绑定中?如果它存在,那么为什么开发人员要使用wsHttpsBinding而不是
wsHttpBinding
?
浏览 7
提问于2015-07-05
得票数 5
1
回答
为
wsHttpBinding
配置WCF
我有一个使用basicHttpBinding工作的WCF服务,我试图将它配置为检查https并使用一个SQL成员资格提供程序进行身份验证,为了做到这一点,我试图将它转换为使用
wsHttpBinding
。" bindingConfiguration="
wsHttpBinding
_IKFileWcfServiceBinding" /> <behaviors" bindingConfiguration="
wsH
浏览 5
修改于2013-08-07
得票数 6
回答已采纳
1
回答
WCF服务
wsHttpBinding
我以前的工作
wsHttpbinding
项目web.config,但现在不起作用了:<?xml version="1.0"?includeExceptionDetailInFaults="false" /> </serviceBehaviors> <bindings> <
wsHttpBinding<
浏览 2
修改于2016-11-19
得票数 0
2
回答
Android
wshttpbinding
支持
= true;我甚至尝试编写头文件,但我只是不确定
wshttpbinding
有人知道如何在android下使用
wshttpbinding
吗?我已经看过其他问题了,但都不起作用。请帮帮忙。
浏览 5
提问于2014-08-05
得票数 0
2
回答
WCF服务:
WSHttpBinding
System.Net.Dns.GetHostEntry("").HostName);
WSHttpBinding
b = new
WSHttpBinding
(); b.Security.Transport.ClientCredentialType
浏览 3
提问于2010-06-17
得票数 0
回答已采纳
2
回答
basicHttpBinding vs
wsHttpBinding
在WCF端点中,basicHttpBinding和
wsHttpBinding
之间有什么区别?每一个都应该在什么时候使用?
浏览 0
修改于2013-12-19
得票数 40
回答已采纳
2
回答
wsHTTPBinding
认证错误
我想在web服务上实现
wsHTTPBinding
,但是我不断地收到这样的错误:“调用者没有被服务身份验证”。有人知道我如何修改web.config设置以使
wsHTTPBinding
使用现有的ssl证书工作吗?<?xml version="1.0"?
浏览 4
修改于2014-11-11
得票数 0
2
回答
WSHttpBinding
和Https问题
它抛给我一个InvalidoperationException,告诉我
WsHttpBinding
不能创建安全会话,我应该使用MessageSecurity而不是TransportSecurity.But用于
WsHttpBinding
的App.config: <binding name="
WSHttpBinding
">
浏览 0
修改于2011-08-12
得票数 2
回答已采纳
1
回答
wsHttpBinding
和wsp:策略
我使用.NET 4.0,WCF和wshttp binding来创建一些ws方法。使用wsHttp绑定的原因是我需要支持身份验证、加密和签名。据我所知,在没有这个标签的情况下进行加密和签名是可能的。
浏览 0
提问于2010-11-24
得票数 0
回答已采纳
4
回答
单点触控WCF (
wshttpbinding
)
我想使用
wshttpbinding
。 monotouch是否支持wcf
wshttpbinding
?
浏览 0
提问于2011-03-27
得票数 1
回答已采纳
1
回答
WCF
wsHttpBinding
安全错误
以下是WCF服务器配置: <binding name="TransactionalBind" transactionFlow="true"/></
wsHttpBinding
> <binding name="
WSHttpBinding
_IMyService" closeTimeout="00:01:00&qu
浏览 1
提问于2012-08-30
得票数 2
1
回答
wsHttpBinding
消息安全性
我有一个这样的
wsHttpBinding
<binding name="binding1"><message clientCredentialType="Windows" negotiateServiceCredential="true" /></binding> &
浏览 0
修改于2011-11-10
得票数 0
回答已采纳
2
回答
幕后的netTCPBinding,
wsHttpBinding
我是网络世界的新手,因此对幕后的工作方式有点困惑。这对于我决定为我的服务选择哪个绑定很重要。我的印象是,网络上的通信主要是通过TCP/IP协议进行的。我看过TCP/IP协议,根据我的理解,HTTP是一个应用层协议。在后台,应用层与传输层通信,传输层使用TCP或UDP协议在网络上传递信息。如果是这样的话,HTTP协议的用途是什么?我确信在拼图中遗漏了一些东西,但是我找不到它是什么?
浏览 2
提问于2012-09-01
得票数 1
2
回答
将
wsHttpBinding
转换为customBinding
如何将以下
wsHttpBinding
转换为customBinding?我需要这样做,这样我就可以增加时钟偏差。这是针对http的。<
wsHttpBinding
> </security> <readerQuotas
浏览 0
修改于2012-12-31
得票数 5
回答已采纳
1
回答
wsHttpBinding
和XML签名
我知道
WsHttpBinding
有一些安全特性,MSDN上的描述了Ws绑定协议WRT到SOAP的能力. 证明实体具有正确的组成员资格。 证明实体具有正确的访问权限集。看看我在
WsHttpBinding
上得到的SOAP响应,我看到了CipherData和CipherValue,但是研究让我相信这更多的是与实际的消息加密有关,而不是内容验证。
浏览 0
修改于2020-06-20
得票数 2
回答已采纳
2
回答
wsHttpBinding
恢复为基本httpBinding
我已经使用
wsHttpBinding
创建了一个服务,但每次我下载该服务时,它都会在客户端的配置中创建基本的
wsHttpBinding
。你知道为什么吗?thansk <serviceHostingEnvironment/> <
wsHttpBinding
><binding name="
WSHttpBinding
" sendTimeout="
浏览 0
修改于2011-01-04
得票数 2
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券