資源簡(jiǎn)介
總之,實(shí)現(xiàn)并且經(jīng)過(guò)局域網(wǎng)環(huán)境完整測(cè)試通過(guò)的。。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?Client.HelloWcfDownLoad;
namespace?Client
{
????public?partial?class?Demo?:?Form
????{
????????HelloWcfDownLoad.HelloWCFServiceClient?proxy?=?new?HelloWCFServiceClient();
????????public?Demo()
????????{
????????????
??????????
????????????InitializeComponent();
????????}
????????private?void?Demo_Load(object?sender?EventArgs?e)
????????{
????????????DataSet??ds?=?proxy.GetDataSet_PKUser();
????????????dataGridView1.DataSource?=?ds.Tables[0];
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1898??2009-06-18?14:56??Host\Client\app.config
?????文件???????7168??2009-06-20?16:05??Host\Client\bin\Debug\Client.exe
?????文件???????1898??2009-06-18?14:56??Host\Client\bin\Debug\Client.exe.config
?????文件??????15872??2009-06-20?16:05??Host\Client\bin\Debug\Client.pdb
?????文件???????2560??2009-06-17?16:46??Host\Client\bin\Debug\Client.suo
?????文件??????14328??2009-06-18?14:57??Host\Client\bin\Debug\Client.vshost.exe
?????文件???????1898??2009-06-18?14:56??Host\Client\bin\Debug\Client.vshost.exe.config
?????文件???????4229??2009-06-18?14:57??Host\Client\Client.csproj
?????文件????????168??2009-06-18?14:44??Host\Client\Client.csproj.user
?????文件????????691??2009-06-17?15:27??Host\Client\Demo.cs
?????文件???????2648??2009-06-17?15:00??Host\Client\Demo.Designer.cs
?????文件???????5814??2009-06-17?15:00??Host\Client\Demo.resx
?????文件????????399??2009-06-20?16:05??Host\Client\obj\Debug\Client.csproj.FileListAbsolute.txt
?????文件???????7168??2009-06-20?16:05??Host\Client\obj\Debug\Client.exe
?????文件??????15872??2009-06-20?16:05??Host\Client\obj\Debug\Client.pdb
?????文件???????5632??2009-06-18?14:56??Host\Client\obj\Debug\TempPE\Service?References.HelloWcfDownLoad.Reference.cs.dll
?????文件????????913??2009-06-17?15:32??Host\Client\Program.cs
?????文件???????1354??2009-06-17?13:47??Host\Client\Properties\AssemblyInfo.cs
?????文件????????599??2009-06-17?15:26??Host\Client\Properties\DataSources\System.Data.DataSet.datasource
?????文件???????2532??2009-06-18?14:56??Host\Client\Service?References\HelloWcfDownLoad\configuration.svcinfo
?????文件???????9722??2009-06-18?14:56??Host\Client\Service?References\HelloWcfDownLoad\HelloWCFService.wsdl
?????文件????????387??2009-06-18?14:56??Host\Client\Service?References\HelloWcfDownLoad\item.disco
?????文件????????609??2009-06-18?14:56??Host\Client\Service?References\HelloWcfDownLoad\item2.xsd
?????文件???????2398??2009-06-18?14:56??Host\Client\Service?References\HelloWcfDownLoad\item21.xsd
?????文件????????541??2009-06-18?14:56??Host\Client\Service?References\HelloWcfDownLoad\item22.xsd
?????文件???????4793??2009-06-18?14:56??Host\Client\Service?References\HelloWcfDownLoad\item23.xsd
?????文件???????4648??2009-06-18?14:56??Host\Client\Service?References\HelloWcfDownLoad\Reference.cs
?????文件???????2365??2009-06-18?14:56??Host\Client\Service?References\HelloWcfDownLoad\Reference.svcmap
?????文件???????1274??2009-06-18?17:08??Host\ConsoleApplication1\App.config
?????文件???????2509??2009-06-18?17:08??Host\ConsoleApplication1\ConsoleApplication1.csproj
............此處省略292個(gè)文件信息
評(píng)論
共有 條評(píng)論