Xamarin.Android 入門實例(2)之實現WCF 寄宿於IIS 的Web服務提供

1.WCF 契約 ICalculator.cs 1 using System.ServiceModel; 2 namespace Contracts 3 { 4 [ServiceContract] 5 public interface ICalculator 6 { 7 /// <summary> 8 /// 加法 9
相關文章
相關標籤/搜索