資源簡介
大部分WCF都是寄宿于IIS,寄宿于WinForm的資料很少。 有相同需求的可以參考下。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.ServiceModel;
using?System.Text;
using?System.Windows.Forms;
using?FunctionClass;
using?WcfServiceLibrary1;
namespace?AJAX_WCF
{
????public?partial?class?Form1?:?Form
????{
????????ServiceHost?serviceHost;
????????public?Form1()
????????{
????????????InitializeComponent();
????????????try
????????????{
????????????????MathClass?mc?=?new?MathClass();
????????????????MyTestService?s?=?new?MyTestService(mc);
????????????????serviceHost?=?new?ServiceHost(s?new?Uri[]?{?new?Uri(@“http://127.0.0.1:9999/MyServices/MyTestService/“)?});
????????????????if?(serviceHost.State?!=?CommunicationState.Opened)
????????????????{
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4251??2014-04-22?13:54??AJAX_WCF\AJAX_WCF\AJAX_WCF.csproj
?????文件???????1945??2014-04-22?12:57??AJAX_WCF\AJAX_WCF\App.config
?????文件???????8192??2014-04-22?13:55??AJAX_WCF\AJAX_WCF\bin\Debug\AJAX_WCF.exe
?????文件???????1945??2014-04-22?12:57??AJAX_WCF\AJAX_WCF\bin\Debug\AJAX_WCF.exe.config
?????文件??????19968??2014-04-22?13:55??AJAX_WCF\AJAX_WCF\bin\Debug\AJAX_WCF.pdb
?????文件??????22472??2014-04-22?14:14??AJAX_WCF\AJAX_WCF\bin\Debug\AJAX_WCF.vshost.exe
?????文件???????1945??2014-04-22?12:57??AJAX_WCF\AJAX_WCF\bin\Debug\AJAX_WCF.vshost.exe.config
?????文件????????490??2012-06-06?02:06??AJAX_WCF\AJAX_WCF\bin\Debug\AJAX_WCF.vshost.exe.manifest
?????文件???????4608??2014-04-22?13:54??AJAX_WCF\AJAX_WCF\bin\Debug\FunctionClass.dll
?????文件??????11776??2014-04-22?13:54??AJAX_WCF\AJAX_WCF\bin\Debug\FunctionClass.pdb
?????文件???????6656??2014-04-22?13:54??AJAX_WCF\AJAX_WCF\bin\Debug\WcfServiceLibrary1.dll
?????文件??????17920??2014-04-22?13:54??AJAX_WCF\AJAX_WCF\bin\Debug\WcfServiceLibrary1.pdb
?????文件????????999??2014-04-22?13:55??AJAX_WCF\AJAX_WCF\Form1.cs
?????文件???????1395??2014-04-22?10:13??AJAX_WCF\AJAX_WCF\Form1.Designer.cs
?????文件???????5817??2014-04-22?10:13??AJAX_WCF\AJAX_WCF\Form1.resx
?????文件???????1214??2014-04-22?14:14??AJAX_WCF\AJAX_WCF\obj\Debug\AJAX_WCF.csproj.FileListAbsolute.txt
?????文件????????975??2014-04-22?10:14??AJAX_WCF\AJAX_WCF\obj\Debug\AJAX_WCF.csproj.GenerateResource.Cache
?????文件???????9579??2014-04-22?13:54??AJAX_WCF\AJAX_WCF\obj\Debug\AJAX_WCF.csprojResolveAssemblyReference.cache
?????文件???????8192??2014-04-22?13:55??AJAX_WCF\AJAX_WCF\obj\Debug\AJAX_WCF.exe
?????文件????????180??2014-04-22?13:54??AJAX_WCF\AJAX_WCF\obj\Debug\AJAX_WCF.Form1.resources
?????文件??????19968??2014-04-22?13:55??AJAX_WCF\AJAX_WCF\obj\Debug\AJAX_WCF.pdb
?????文件????????180??2014-04-22?13:54??AJAX_WCF\AJAX_WCF\obj\Debug\AJAX_WCF.Properties.Resources.resources
?????文件????????863??2014-04-22?09:45??AJAX_WCF\AJAX_WCF\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7254??2014-04-22?14:19??AJAX_WCF\AJAX_WCF\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????489??2014-04-22?09:44??AJAX_WCF\AJAX_WCF\Program.cs
?????文件???????1354??2014-04-22?09:44??AJAX_WCF\AJAX_WCF\Properties\AssemblyInfo.cs
?????文件???????2868??2014-04-22?09:44??AJAX_WCF\AJAX_WCF\Properties\Resources.Designer.cs
?????文件???????5612??2014-04-22?09:44??AJAX_WCF\AJAX_WCF\Properties\Resources.resx
?????文件???????1095??2014-04-22?09:44??AJAX_WCF\AJAX_WCF\Properties\Settings.Designer.cs
?????文件????????249??2014-04-22?09:44??AJAX_WCF\AJAX_WCF\Properties\Settings.settings
............此處省略75個文件信息
評論
共有 條評論