資源簡介
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個文件信息
評論
共有 條評論