2
您可以輕鬆地使用WCF渠道:最佳實踐,在spring.net恢復一個故障通道中spring.net
<wcf:channelFactory id="Service" channelType="IDebtorService, Service" endpointConfigurationName="WcfDebtorEndpoint" />
<endpoint name="WcfDebtorEndpoint" address="http://localhost/ServiceHost/Debtor.svc" binding="basicHttpBinding" bindingConfiguration="basicHttpBinding1" contract="IDebtorService" />
您可以將它們注入到其他對象,並使用它們有正常的對象。但是我怎樣才能在spring.net中處理錯誤的wcf頻道呢?春季wcf頻道不可能進入故障狀態嗎?
如何在spring.net中打開,關閉,重新打開或重新創建頻道?
對於客戶端,您可以爲您的客戶端代理創建代理,以處理您的真實代理的內部狀態。這是不正常的,讓我看起來像一個解決方法。 –