资源简介
WCF入门示例(Demo)
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using WCFClient.CalculatorService;
//using WCFClient.CalculatorServices;
namespace WCFClient
{
//4、创建 Windows Communication Foundation 客户端
class Program
{
static void Main(string[] args)
{
using (CalculatorServiceClient client = new CalculatorServiceClient())
{
// 使用 “client“ 变量在服务上调用操作。
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 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个文件信息
- 上一篇:串口配置设备AT工具TasTek_WIFI-260
- 下一篇:基于gdi的简单画图
相关资源
- C# 飞行棋 游戏源码(面向对象入门)
- 猜数小游戏WCF网络编程技术(附服务
- C# WCF简单测试
- WMI 入门学习
- WcfRestFull 开发模式
- 赞MVVM入门(仅供学习)
- C# orm 入门级代码
- C# 理解面向对象的入门
- C# command模式 入门级
- C# 计算器 入门
- android mvp 入门级 实例源码下载14550
- C# 石头剪刀布入门级控制台源码
- asp.net mvc 页面缓存(outputcache)入门级
- wcf restful简单实现代码
- C# 设计模式观察者模式 入门级
- C# 九九乘法口诀
- C# 简易计算器(入门级)12849
- c#代码
- C#(switch/if)入门级
- 自定义Winform窗体例子(入门级)122
- C#数学测验(答题),入门级源码
- 构建WCF面向服务的应用程序系列课程
- RS232通讯(入门级)示例源码11833
- Linq to SQL 入门级教程
- 1252056375_ddvip_2352 C#下基于WCF的聊天程
- visualcsharp2010 visual cSharp 2010 从入门到
- CSharp C#入门经典第四版所有章节的源
- CSharp_WCF C# WCF的精简版本
- WPF 3D 绘图入门,
- C# WCF 推送数据SOCKET并发完成端口完整
评论
共有 条评论