91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.85M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: WCF??實例??C#??

資源簡介

實例是一個控制臺服務,實現客戶端調用服務中的加減乘除方法的簡單實例。包含服務和客戶端

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.ServiceModel;
using?System.ServiceModel.Description;

namespace?WCFClient
{
????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????//創建客戶端終結點
????????????EndpointAddress?epAddress?=?new?EndpointAddress(“http://localhost:8000/ServiceModelSamples/Service/CalculatorService“);
????????????ServiceReference1.ServiceClient?client?=?new?ServiceReference1.ServiceClient(new?WSHttpBinding()?epAddress);
????????????//調用wcf服務端的方法
????????????double?value1?=?100.00d;
????????????double?value2?=?15.99d;
????????????double?result?=?client.Add(value1?value2);
????????????//顯示加方法調用結果
????????????Console.WriteLine(“Add({0}{1})

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-03-13?11:40??WCFClient\
?????目錄???????????0??2019-03-13?11:40??WCFClient\.vs\
?????目錄???????????0??2019-03-13?11:40??WCFClient\.vs\WCFClient\
?????目錄???????????0??2019-03-13?11:40??WCFClient\.vs\WCFClient\v15\
?????文件???????33792??2019-03-13?14:26??WCFClient\.vs\WCFClient\v15\.suo
?????目錄???????????0??2019-03-13?11:40??WCFClient\.vs\WCFClient\v15\Server\
?????目錄???????????0??2019-03-13?11:40??WCFClient\.vs\WCFClient\v15\Server\sqlite3\
?????文件???????????0??2019-03-13?11:40??WCFClient\.vs\WCFClient\v15\Server\sqlite3\db.lock
?????文件????????4096??2019-03-13?11:40??WCFClient\.vs\WCFClient\v15\Server\sqlite3\storage.ide
?????文件???????32768??2019-03-13?11:40??WCFClient\.vs\WCFClient\v15\Server\sqlite3\storage.ide-shm
?????文件?????2327832??2019-03-13?14:26??WCFClient\.vs\WCFClient\v15\Server\sqlite3\storage.ide-wal
?????目錄???????????0??2019-03-13?13:25??WCFClient\WCFClient\
?????文件????????1125??2019-03-13?11:40??WCFClient\WCFClient.sln
?????文件?????????933??2019-03-13?11:47??WCFClient\WCFClient\App.config
?????目錄???????????0??2019-03-13?11:40??WCFClient\WCFClient\bin\
?????目錄???????????0??2019-03-13?11:54??WCFClient\WCFClient\bin\Debug\
?????文件???????11776??2019-03-13?13:25??WCFClient\WCFClient\bin\Debug\WCFClient.exe
?????文件?????????933??2019-03-13?11:47??WCFClient\WCFClient\bin\Debug\WCFClient.exe.config
?????文件???????30208??2019-03-13?13:25??WCFClient\WCFClient\bin\Debug\WCFClient.pdb
?????目錄???????????0??2019-03-13?11:46??WCFClient\WCFClient\Connected?Services\
?????目錄???????????0??2019-03-13?11:45??WCFClient\WCFClient\Connected?Services\ServiceReference1\
?????文件???????17099??2019-03-13?11:45??WCFClient\WCFClient\Connected?Services\ServiceReference1\CalculatorService.wsdl
?????文件????????1718??2019-03-13?11:45??WCFClient\WCFClient\Connected?Services\ServiceReference1\configuration.svcinfo
?????文件???????21406??2019-03-13?11:45??WCFClient\WCFClient\Connected?Services\ServiceReference1\configuration91.svcinfo
?????文件????????5174??2019-03-13?11:45??WCFClient\WCFClient\Connected?Services\ServiceReference1\Reference.cs
?????文件????????2435??2019-03-13?11:45??WCFClient\WCFClient\Connected?Services\ServiceReference1\Reference.svcmap
?????文件?????????391??2019-03-13?11:45??WCFClient\WCFClient\Connected?Services\ServiceReference1\Service.disco
?????文件????????3783??2019-03-13?11:45??WCFClient\WCFClient\Connected?Services\ServiceReference1\Service.wsdl
?????文件????????2488??2019-03-13?11:45??WCFClient\WCFClient\Connected?Services\ServiceReference1\Service.xsd
?????文件????????2155??2019-03-13?11:45??WCFClient\WCFClient\Connected?Services\ServiceReference1\Service1.xsd
?????目錄???????????0??2019-03-13?11:46??WCFClient\WCFClient\Connected?Services\ServiceReference2\
............此處省略71個文件信息

評論

共有 條評論