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

  • 大小: 0.18M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-26
  • 語言: C#
  • 標簽: WCF??簡單??測試??C#??

資源簡介

WCF的簡單使用

資源截圖

代碼片段和文件信息

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

namespace?ChannelFactoryClient
{
????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????Task.Factory.StartNew(()?=>
????????????{
????????????????using?(ChannelFactory?channelFactory?=?new?ChannelFactory(“Tcp1_CalculatorService“))
????????????????{
????????????????????for?(int?i?=?0;?i?????????????????????{
????????????????????????Task.Factory.StartNew(()?=>
????????????????????????{
????????????????????????????ICalculator?proxy?=?channelFactory.CreateChannel();
????????????????????????????Console.WriteLine(“x/y={2}?when?x={0}?and?y={1}“?1?0?proxy.Divide(1?0));
????????????????????????});
????????????????????}
????????????????????Console.Read();
????????????????}
????????????});

????????????Task.Factory.StartNew(()?=>

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-05-18?11:32??WCFService\
?????目錄???????????0??2020-05-15?11:14??WCFService\.vs\
?????目錄???????????0??2020-05-15?11:13??WCFService\.vs\WCFServices\
?????目錄???????????0??2020-05-15?11:13??WCFService\.vs\WCFServices\v14\
?????文件??????144896??2020-05-18?14:43??WCFService\.vs\WCFServices\v14\.suo
?????目錄???????????0??2020-05-18?14:43??WCFService\ChannelFactoryClient\
?????文件????????2896??2020-05-18?14:43??WCFService\ChannelFactoryClient\App.config
?????目錄???????????0??2020-05-15?14:13??WCFService\ChannelFactoryClient\bin\
?????目錄???????????0??2020-05-18?14:44??WCFService\ChannelFactoryClient\bin\Debug\
?????文件????????7168??2020-05-18?14:44??WCFService\ChannelFactoryClient\bin\Debug\ChannelFactoryClient.exe
?????文件????????2896??2020-05-18?14:43??WCFService\ChannelFactoryClient\bin\Debug\ChannelFactoryClient.exe.config
?????文件???????15872??2020-05-18?14:44??WCFService\ChannelFactoryClient\bin\Debug\ChannelFactoryClient.pdb
?????文件???????22696??2020-05-18?11:26??WCFService\ChannelFactoryClient\bin\Debug\ChannelFactoryClient.vshost.exe
?????文件????????2588??2020-05-18?11:25??WCFService\ChannelFactoryClient\bin\Debug\ChannelFactoryClient.vshost.exe.config
?????文件?????????490??2019-03-19?12:46??WCFService\ChannelFactoryClient\bin\Debug\ChannelFactoryClient.vshost.exe.manifest
?????文件????????4608??2020-05-18?14:44??WCFService\ChannelFactoryClient\bin\Debug\Service.Interface.dll
?????文件????????7680??2020-05-18?14:44??WCFService\ChannelFactoryClient\bin\Debug\Service.Interface.pdb
?????文件????????3034??2020-05-15?15:56??WCFService\ChannelFactoryClient\ChannelFactoryClient.csproj
?????目錄???????????0??2020-05-15?14:13??WCFService\ChannelFactoryClient\obj\
?????目錄???????????0??2020-05-18?14:44??WCFService\ChannelFactoryClient\obj\Debug\
?????文件????????1460??2020-05-18?14:44??WCFService\ChannelFactoryClient\obj\Debug\ChannelFactoryClient.csproj.FileListAbsolute.txt
?????文件????????6024??2020-05-18?14:44??WCFService\ChannelFactoryClient\obj\Debug\ChannelFactoryClient.csprojResolveAssemblyReference.cache
?????文件????????7168??2020-05-18?14:44??WCFService\ChannelFactoryClient\obj\Debug\ChannelFactoryClient.exe
?????文件???????15872??2020-05-18?14:44??WCFService\ChannelFactoryClient\obj\Debug\ChannelFactoryClient.pdb
?????文件????????6949??2020-05-15?16:56??WCFService\ChannelFactoryClient\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????????0??2020-05-15?14:13??WCFService\ChannelFactoryClient\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件???????????0??2020-05-15?14:13??WCFService\ChannelFactoryClient\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件???????????0??2020-05-15?14:13??WCFService\ChannelFactoryClient\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????目錄???????????0??2020-05-15?14:13??WCFService\ChannelFactoryClient\obj\Debug\TempPE\
?????文件????????2249??2020-05-18?14:43??WCFService\ChannelFactoryClient\Program.cs
?????目錄???????????0??2020-05-15?14:13??WCFService\ChannelFactoryClient\Properties\
............此處省略122個文件信息

評論

共有 條評論