簡體   English   中英

MonoTouch是否支持wcf nettcp綁定?

[英]Does MonoTouch support the wcf nettcp binding?

在Silverlight中,它可以加載程序集System.ServiceModel.Nettcp,但在MonoTouch中我找不到該程序集。 MonoTouch是否支持WCF nettcp綁定?

BinaryMessageEncodingBindingElement messageEncoding = new BinaryMessageEncodingBindingElement();
System.ServiceModel.Channels.TcpTransportBindingElement tcpTransport = new TcpTransportBindingElement();
CustomBinding netTcpBinding = new CustomBinding(messageEncoding, tcpTransport);

MonoTouch不附帶System.ServiceModel.Nettcp.dll程序集。

那不屬於Silverlight 2-4的Silverlight 核心組件的一部分(即Moonlight已實現並已交付)。

注:也許這是額外的 SDK組件,微軟允許開發人員重新分配的一個(即未與Silverlight的安裝本身,但基於SL-應用程序的.xap文件)。 在這種情況下,您可能希望嘗試使用MonoTouch進行裝配,以查看其是否有效(因為這種情況通常適用於Moonlight)。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM