简体   繁体   English

在Silverlight项目中定义WCF端点行为,以将消息放在appFabric的服务总线上

[英]Define WCF Endpointbehaviors in Silverlight project to put message on a service bus for appFabric

I am attempting to send statuses to appFabric via a service bus from a silverlight application. 我正在尝试通过Silverlight应用程序中的服务总线将状态发送到appFabric。 Everything is tested and working except for the Silverlight application itself which does not appear to have a way to define endpointBehaviors. 除了Silverlight应用程序本身(似乎没有定义EndpointBehaviors的方法)外,所有内容都经过测试并可以正常工作。 Endpointbehaviors are needed to provide a sharedSecret when communicating on a servicebus. 在服务总线上进行通信时,需要端点行为来提供sharedSecret。 Does anyone know how to define the issuer secret in silverlight? 有谁知道如何在Silverlight中定义发行者机密?

This is not possible . 这是不可能的 So I am going to have to use another service to forward requests. 因此,我将不得不使用其他服务来转发请求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM