資源簡(jiǎn)介
WCF入門(mén)示例(Demo)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?WCFClient.CalculatorService;
//using?WCFClient.CalculatorServices;
namespace?WCFClient
{
????//4、創(chuàng)建?Windows?Communication?Foundation?客戶(hù)端
????
????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????using?(CalculatorServiceClient?client?=?new?CalculatorServiceClient())
????????????{
????????????????//?使用?“client“?變量在服務(wù)上調(diào)用操作。
????????????????Console.WriteLine(client.Hello());
????????????????Console.WriteLine(“when?x?=?{0}?and?y?=?{1}?x?+?y?=?{2}?“?1?2?client.Add(1?2));
????????????????Console.WriteLine(“when?x?=?{0}?and?y?=?{1}?x?-?y?=?{2}?“?1?2?client.Subtract(1?2));
????????????????Console.WriteLine(“when?x?=?{0}?and?y?=?{1}?x?*?y?=?{2}?“?1?2?client.M
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件???????6436??2017-12-12?16:21??WCFDemo.sln
????I.A....??????3567??2019-07-01?09:52??WCFClient\app.config
?????文件???????3112??2019-05-28?10:24??WCFClient\app_.config
?????文件???????7680??2019-07-01?09:41??WCFClient\bin\Debug\WCFClient.exe
?????文件???????3567??2019-07-01?09:52??WCFClient\bin\Debug\WCFClient.exe.config
?????文件??????15872??2019-07-01?09:41??WCFClient\bin\Debug\WCFClient.pdb
?????文件??????22696??2019-07-01?09:59??WCFClient\bin\Debug\WCFClient.vshost.exe
?????文件???????3567??2019-07-01?09:52??WCFClient\bin\Debug\WCFClient.vshost.exe.config
?????文件????????490??2015-06-04?12:48??WCFClient\bin\Debug\WCFClient.vshost.exe.manifest
?????文件???????7051??2019-07-01?09:59??WCFClient\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????4608??2019-07-01?09:48??WCFClient\obj\x86\Debug\TempPE\Service?References.CalculatorService.Reference.cs.dll
?????文件???????4608??2019-05-29?09:51??WCFClient\obj\x86\Debug\TempPE\Service?References.CalculatorServices.Reference.cs.dll
?????文件???????4608??2019-05-28?10:17??WCFClient\obj\x86\Debug\TempPE\Service?References.HelloService.Reference.cs.dll
?????文件???????4608??2019-07-01?09:41??WCFClient\obj\x86\Debug\TempPE\Service?References.WcfClient.Reference.cs.dll
?????文件???????1042??2019-07-01?09:59??WCFClient\obj\x86\Debug\WCFClient.csproj.FileListAbsolute.txt
?????文件???????7680??2019-07-01?09:41??WCFClient\obj\x86\Debug\WCFClient.exe
?????文件??????15872??2019-07-01?09:41??WCFClient\obj\x86\Debug\WCFClient.pdb
????I.A....??????1054??2019-07-01?09:46??WCFClient\Program.cs
?????文件???????1360??2015-11-01?18:26??WCFClient\Properties\AssemblyInfo.cs
????I.A....?????19971??2019-07-01?09:46??WCFClient\Service?References\CalculatorService\CalculatorService.wsdl
????I.A....??????1756??2019-07-01?09:46??WCFClient\Service?References\CalculatorService\configuration.svcinfo
????I.A....?????21427??2019-07-01?09:46??WCFClient\Service?References\CalculatorService\configuration91.svcinfo
????I.A....??????4665??2019-07-01?09:46??WCFClient\Service?References\CalculatorService\me
????I.A....??????2503??2019-07-01?09:46??WCFClient\Service?References\CalculatorService\me
????I.A....??????2488??2019-07-01?09:46??WCFClient\Service?References\CalculatorService\me
????I.A....??????3988??2019-07-01?09:46??WCFClient\Service?References\CalculatorService\Reference.cs
????I.A....??????2152??2019-07-01?09:46??WCFClient\Service?References\CalculatorService\Reference.svcmap
????I.A....??????3692??2019-07-01?09:46??WCFClient\WCFClient.csproj
?????文件???????4608??2019-07-01?09:37??WCFContract\bin\Debug\WCFContract.dll
?????文件???????7680??2019-07-01?09:37??WCFContract\bin\Debug\WCFContract.pdb
............此處省略117個(gè)文件信息
評(píng)論
共有 條評(píng)論