腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(89)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
同时指定ServiceBehavior和
EndpointBehavior
的语法?
看一下和,给出了指定ServiceBehavior的示例,但是有没有办法在behaviorConfiguration中也指定
endpointBehavior
呢?就像这样...</behavior> <endpoi
浏览 38
提问于2012-06-12
得票数 0
回答已采纳
1
回答
BizTalk
EndpointBehavior
未显示-安装BLogical BizTalkRESTHandler
WCFCustom发送/接收中注册了行为,当我尝试创建一个新的SendPort (请求/响应)时,我选择与我设置的WCFCustom适配器绑定的同一个主机实例,而在“behavior”选项卡上,我右键单击"
EndpointBehavior
浏览 2
修改于2018-04-03
得票数 1
回答已采纳
2
回答
以编程方式从配置加载不同的
EndpointBehavior
."));这(很容易)可能吗?
浏览 3
提问于2013-09-23
得票数 0
1
回答
WCF
endPointBehavior
中有什么可以取消metaData暴露吗?
这是我的web.config文件: <basicHttpBinding> name="ExtremeBinding" maxReceivedMessageSize="12354000" /></bindings> <service name="Wc
浏览 0
修改于2013-01-05
得票数 0
2
回答
WCF拥有自己的
EndpointBehavior
读取客户端会话
我有一个IClientMessageInspector接口与BeforeSendRequest()方法实现。在此方法中,我希望检索客户端中的Session对象集。就像。 { var dataToSend = new MyCustomHeader {
浏览 5
修改于2017-05-23
得票数 2
回答已采纳
2
回答
如何将自定义
EndPointBehavior
添加到服务的web.config中?
我遵循并创建了MyMessageInspector和MyEndPointBehavior类,如下所示:{ { Console.WriteLine("Incoming request: {0}", requ
浏览 3
修改于2014-06-19
得票数 12
2
回答
向WCF服务发送大数据
messageLogging> <endpointBehaviors> behaviorConfiguration="<
浏览 5
修改于2013-12-20
得票数 0
1
回答
WCF在自托管服务上流式传输大型数据(500MB /1 1GB)
dataContractSerializer maxItemsInObjectGraph="2147483647"/> </serviceBehaviors> <behavior name="CIBehavior.
EndpointBehavior
"> <dataContractSerializer maxItemsInObjectGr
浏览 51
提问于2013-01-23
得票数 22
1
回答
在web.config中的单独部分中配置MEX和服务
web.config one</service> <service behaviorConfiguration="
endpointBehavior</e
浏览 1
提问于2015-11-16
得票数 0
1
回答
客户端WCF ExceptionHandler
此代码不起作用:public class
EndpointBehavior
:IEndpointBehavior public void Validate(ServiceEndpointBehaviorExtensionElement public override Type BehaviorType get return typeof(
EndpointBehavior
); } protected override
浏览 2
提问于2014-10-08
得票数 3
1
回答
客户端上的ServiceBehavior
为什么在Visual Studio中使用ServiceReference工具后,客户端没有自动生成serviceBehavior part作为
endpointBehavior
?
浏览 4
修改于2013-06-25
得票数 1
回答已采纳
2
回答
Webservices wcfstorm客户端
> <endpoint address="mex" binding="mexHttpBinding" behaviorConfiguration="WcfExtras.
End
浏览 0
提问于2010-11-23
得票数 0
回答已采纳
2
回答
通过https浏览svc文件
address="http://localhost/Sum_Wcf/Service1.svc" binding="webHttpBinding" <endpointBehaviors> <behavior name="<em
浏览 2
修改于2014-08-21
得票数 0
1
回答
使用XML转换更改web.config中的服务端点地址
address="https://MyApp.net/Documents.svc" behaviorConfiguration="MyService.
EndpointBehavior
浏览 0
修改于2018-11-21
得票数 0
回答已采纳
1
回答
例外情况:未提供客户端证书。
behaviorConfiguration="
endpointBehavior
"> <dns value="ServerSide"/></endpoint> <clientCredentials> <serviceCertific
浏览 4
提问于2012-01-13
得票数 6
回答已采纳
2
回答
WCF服务中缺少的MetaData
webHttpBinding" contract="Requests.IRequests" bindingConfiguration="WebBinding" behaviorConfiguration="
EndpointBehavior
</bindings> <endpointBehaviors> <behavior name="
EndpointBeh
浏览 4
提问于2014-04-02
得票数 2
回答已采纳
1
回答
IIS中的多个wcf服务
MyCompany.Services.Merchants.MerchantProductService"> <endpoint address="" behaviorConfiguration="Proto.Common.
浏览 1
提问于2013-01-08
得票数 1
回答已采纳
2
回答
启用WCF服务以与JSON一起使用
httpsGetEnabled="true" /> </serviceBehaviors> <behavior name="
endpointBehavior
behaviorConfiguration="servicebehavior"> behaviorC
浏览 0
提问于2013-04-22
得票数 10
回答已采纳
1
回答
WCF客户端无法连接到RESTful服务
system.serviceModel> <endpointBehaviors> <endpoint address="http://localhost:8010/Service1/" behaviorConfiguration="Service1
End
浏览 4
提问于2012-10-11
得票数 1
1
回答
为什么我们使用NetMessagingBinding侦听Azure服务总线队列的服务可能会停止接收消息?
EndpointAddress(new Uri(baseAddress + QueueNames.Cache)), }; }; endpoint.EndpointBehaviors.Add(
endpointBehavior
浏览 2
提问于2013-05-01
得票数 1
第 2 页
第 3 页
第 4 页
第 5 页
点击加载更多
领券