我正在嘗試制作一個(gè)使用服務(wù)總線 API 客戶端的小型庫。我按照本教程實(shí)現(xiàn)了這個(gè)目標(biāo),除了一件事,我?guī)缀跬瓿闪怂形倚枰氖虑?,為新?chuàng)建的訂閱添加 AutoDeleteOnIdle 屬性。事情是,在教程中,作者使用 xml 正文發(fā)送到 API 并且效果很好,但我想在 xlm SubscriptionDescription中添加屬性 AutoDeleteOnIdle,但我不斷收到錯(cuò)誤的請求和響應(yīng) ?指定的資源描述是無效的”。我試圖在網(wǎng)上搜索有關(guān)此 xml 結(jié)構(gòu)以及如何找到它的信息。但是我找不到任何文檔!!即使我檢查了 xml 中指定的 shema,我也會(huì)被重定向到一個(gè)不存在的頁面(對于http://schemas.microsoft.com/netservices/2010/10/servicebus/connect)。我正在使用 Microsoft.Azure.ServiceBus v.3.4.0 NuGet,visual studio 2017。這是我一直在嘗試添加 AutoDeleteOnIdle 屬性的訂閱說明。Encoding.UTF8.GetBytes("<entry xmlns='http://www.w3.org/2005/Atom'><content type='application/xml'>"
+ "<SubscriptionDescription xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://schemas.microsoft.com/netservices/2010/10/servicebus/connect\">"
+ "</SubscriptionDescription></content></entry>");代碼在此頁面上:https ://code.msdn.microsoft.com/Service-Bus-HTTP-client-fe7da74a謝謝您的幫助,
- 1 回答
- 0 關(guān)注
- 123 瀏覽
添加回答
舉報(bào)
0/150
提交
取消