爲什麼不WsHttpBinding的支持流?爲什麼不WsHttpBinding的支持流?
編輯:爲了測試我約NetTcpBinding的評論,我想下面的代碼,這使運行時錯誤:
<netTcpBinding >
<binding name="myBinding" transferMode="Streamed">
<reliableSession enabled="true"/>
</binding>
</netTcpBinding>
運行時異常:
Unhandled Exception: System.InvalidOperationException: Transfer mode Streamed is
not supported by ReliableSessionBindingElement.
at System.ServiceModel.Channels.ReliableSessionBindingElement.VerifyTransport
Mode(BindingContext context)
如果<reliableSession enabled="true"/>
被刪除,代碼工作。
因爲他們沒有設計它。 – 2010-12-10 19:30:17