• 大小: 0.03M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: WCF  权限  

资源简介

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\xmlFile1.xml

     文件       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个文件信息

评论

共有 条评论