Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在通过运行 AppFabric SDK 示例 (WindowsAzurePlatformAppFabricSDKSamples_V1.0-CS) 中的 Echo 服务示例来测试我们公司网络中的服务总线 AppFabric。但是,代码似乎挂在 host.Open() 上,并且没有抛出异常。
我让程序运行了几个小时,但它仍然挂在那条线上,没有例外。
有人对此有提示吗?
谢谢。
今天也一直在为此苦苦挣扎。您可以在配置中添加以下内容:
<system.net> <defaultProxy useDefaultCredentials="true"> <proxy proxyaddress="http://xyz:8080" usesystemdefault="True"/> <module type="ServiceBusHost.CustomProxy, ServiceBusHost"/> </defaultProxy> </system.net>
不幸的是,这并不适用于所有情况。