资源简介
wcf 自定义权限验证调用完整例子源码
代码片段和文件信息
using System;
using System.Net;
using System.ServiceModel;
using Artech.WcfServices.Contracts;
using System.Threading;
namespace Artech.WcfServices.Clients
{
class Program
{
static void Main(string[] args)
{
Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo(“zh-CN“);
ChannelFactory channelFactory = new ChannelFactory(“calculatorService“);
NetworkCredential credential = channelFactory.Credentials.Windows.ClientCredential;
credential.UserName = “Foo“;
credential.Password = “Password“;
ICalculator calculator = channelFactory.CreateChannel();
Invoke(proxy => proxy.Add(1 2) calculator “Add“);
Invoke(proxy => proxy.Subtract(1 2) calculator “Subtract“);
Invoke(proxy => pro
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2345 2011-04-24 19:35 Windows -Windows - Custom - 02\Artech.WcfServices.sln
..A..H. 120320 2011-07-03 15:46 Windows -Windows - Custom - 02\Artech.WcfServices.suo
文件 309 2011-07-01 23:17 Windows -Windows - Custom - 02\Clients\app.config
文件 3511 2011-05-09 23:00 Windows -Windows - Custom - 02\Clients\Clients.csproj
文件 208 2011-05-05 23:02 Windows -Windows - Custom - 02\Clients\Clients.csproj.user
文件 1836 2011-07-04 00:04 Windows -Windows - Custom - 02\Clients\Program.cs
文件 1426 2008-09-07 09:33 Windows -Windows - Custom - 02\Clients\Properties\AssemblyInfo.cs
文件 393 2011-05-08 12:35 Windows -Windows - Custom - 02\Clients\Service References\ServiceReferences\CalculatorService.disco
文件 9489 2011-05-08 12:35 Windows -Windows - Custom - 02\Clients\Service References\ServiceReferences\CalculatorService.wsdl
文件 688 2011-05-08 12:35 Windows -Windows - Custom - 02\Clients\Service References\ServiceReferences\CalculatorService.xsd
文件 2015 2011-05-08 12:35 Windows -Windows - Custom - 02\Clients\Service References\ServiceReferences\CalculatorService1.wsdl
文件 2488 2011-05-08 12:35 Windows -Windows - Custom - 02\Clients\Service References\ServiceReferences\CalculatorService1.xsd
文件 2519 2011-05-08 12:35 Windows -Windows - Custom - 02\Clients\Service References\ServiceReferences\configuration.svcinfo
文件 21622 2011-05-08 12:35 Windows -Windows - Custom - 02\Clients\Service References\ServiceReferences\configuration91.svcinfo
文件 2463 2011-05-08 12:35 Windows -Windows - Custom - 02\Clients\Service References\ServiceReferences\Reference.cs
文件 2397 2011-05-08 12:35 Windows -Windows - Custom - 02\Clients\Service References\ServiceReferences\Reference.svcmap
文件 3114 2011-06-19 19:50 Windows -Windows - Custom - 02\Contracts\Contracts.csproj
文件 686 2011-07-03 23:15 Windows -Windows - Custom - 02\Contracts\ICalculator.cs
文件 1430 2008-09-07 09:33 Windows -Windows - Custom - 02\Contracts\Properties\AssemblyInfo.cs
文件 45 2011-05-08 17:06 Windows -Windows - Custom - 02\Contracts\xm
文件 1076 2011-07-02 15:46 Windows -Windows - Custom - 02\Hosting\app.config
文件 3882 2011-07-02 15:51 Windows -Windows - Custom - 02\Hosting\Hosting.csproj
文件 528 2011-06-25 16:20 Windows -Windows - Custom - 02\Hosting\Program.cs
文件 1426 2008-09-07 09:33 Windows -Windows - Custom - 02\Hosting\Properties\AssemblyInfo.cs
文件 2804 2011-07-04 00:02 Windows -Windows - Custom - 02\Hosting\SimpleAuthorizationPolicycs.cs
文件 1328 2011-07-04 00:02 Windows -Windows - Custom - 02\Hosting\SimpleServiceAuthorizationManager.cs
文件 556 2011-07-03 23:15 Windows -Windows - Custom - 02\Services\CalculatorService.cs
文件 1428 2008-09-07 09:33 Windows -Windows - Custom - 02\Services\Properties\AssemblyInfo.cs
文件 3191 2011-05-14 10:21 Windows -Windows - Custom - 02\Services\Services.csproj
目录 0 2011-07-02 14:58 Windows -Windows - Custom - 02\Clients\Service References\ServiceReferences
............此处省略13个文件信息
相关资源
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- 《CS框架权限管理功能设计》 winform
- C# HttpWebRequest动态调用WebApi、WCF、We
- Asp.Net MVC4+EF6 Code First 权限管理系统
- C#提升进程/程序权限
- wpf界面与类之间的交互
- WCF 解析 HTTP Multipart Form Data
- ASP.NET开发的一个特别简单的权限管理
- C#用户权限 不同的用户登录进来有不
- 使用C#开发的基于WCF和PNRP的P2P文件共
- WCF双工通信代码(C#)
- WCF大文件分段上传winform
- C#用户权限角色管理
- c#用户权限管理实现
- C#权限管理程序.rar
- Asp.net mvc 权限过滤和单点登录禁止重
- C#网络应用编程第三版马骏主编上机练
- Winform通用框架之权限管理系统界面
- C#权限管理系统--动态加载菜单栏
- C#动态添加菜单实现权限管理
- WPF动画界面以及WCF通讯框架实现即时
- c# 基于MySQL的通用权限框架(完整源码
- C# WinForm实现基于角色权限的菜单
- C#权限管理系统源代码
- C#WinForm权限的控制及源代码.zip
- 猜数小游戏WCF网络编程技术(附服务
- C# WCF简单测试
- WcfRestFull 开发模式
- winds服务,发送邮件且禁用违法规则的
- wcf restful简单实现代码
评论
共有 条评论