WCF初見之HelloWorld

1.直接創建一個WCF服務應用程序,項目名稱爲「HelloWorld」,如下圖: 2.然後再IService1.cs中定義 WCF服務協定,具體代碼如下: using System; using System.ServiceModel; namespace HelloWorld {//定義協定,協定指定服務支持的操作 [ServiceContract] //定義一個名爲IServ
相關文章
相關標籤/搜索