資源簡介
Asp.Net 實(shí)現(xiàn)與 Ucenter通信
代碼片段和文件信息
using?System;
using?System.Collections;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.HtmlControls;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.xml.Linq;
using?DS.Web.UCenter.Client;
using?DS.Web.UCenter;
namespace?UC_Demo
{
????public?partial?class?_Default?:?System.Web.UI.Page
????{
????????protected?void?Page_Load(object?sender?EventArgs?e)
????????{
????????}
????????protected?void?Unnamed1_Click(object?sender?EventArgs?e)
????????{
????????????string?userName?=?tbxUserName.Text;
????????????string?userPass?=?tbxUserPass.Text;
????????????IUcClient?iu?=?new?UcClient();
????????????UcUserLogin?ul?=?iu.UserLogin(userName?userPass);
????????????if?(ul.Success)?{?
????????????????var?js?=?iu.UserSynlogin(ul.Uid);
????????????????Response.Write(js);?
????????????}
???????????//Response.Write(“用戶登錄情
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1226??2012-05-24?18:16??UC_Demo.csproj.user
?????文件??????10555??2012-05-25?09:37??Web.config
?????文件????????298??2012-05-25?09:37??API\receive.txt
?????文件?????????83??2012-05-24?17:37??API\uc.ashx
?????文件???????2776??2012-05-24?17:54??API\uc.ashx.cs
?????文件??????86016??2011-08-20?17:58??bin\DS.Web.UCenter.dll
?????文件?????278016??2011-08-20?17:58??bin\DS.Web.UCenter.pdb
?????文件?????146519??2011-08-20?17:58??bin\DS.Web.UCenter.xm
?????文件??????95744??2011-09-01?10:36??bin\TuanGou.Common.dll
?????文件??????75264??2011-09-01?10:36??bin\TuanGou.Common.pdb
?????文件???????9728??2011-09-01?10:36??bin\TuanGou.Config.dll
?????文件??????32256??2011-09-01?10:36??bin\TuanGou.Config.pdb
?????文件???????5632??2011-09-01?10:36??bin\UCenterDB.dll
?????文件??????13824??2011-09-01?10:36??bin\UCenterDB.pdb
?????文件???????6656??2012-05-25?09:33??bin\UC_Demo.dll
?????文件??????15872??2012-05-25?09:33??bin\UC_Demo.pdb
?????文件??????22079??2012-05-24?17:54??obj\Debug\ResolveAssemblyReference.cache
?????文件????????902??2012-05-25?09:33??obj\Debug\UC_Demo.csproj.FileListAbsolute.txt
?????文件???????6656??2012-05-25?09:33??obj\Debug\UC_Demo.dll
?????文件??????15872??2012-05-25?09:33??obj\Debug\UC_Demo.pdb
?????文件???????1409??2012-05-24?17:30??Properties\AssemblyInfo.cs
?????文件????????708??2012-05-24?17:54??Default.aspx
?????文件???????1185??2012-05-25?09:33??Default.aspx.cs
?????文件???????1478??2012-05-24?17:48??Default.aspx.designer.cs
?????文件???????4758??2012-05-24?17:37??UC_Demo.csproj
?????目錄??????????0??2012-05-25?09:17??obj\Debug\Refactor
?????目錄??????????0??2012-05-24?17:30??obj\Debug\TempPE
?????目錄??????????0??2012-05-25?09:33??obj\Debug
?????目錄??????????0??2012-05-25?09:09??API
?????目錄??????????0??2012-05-24?17:30??App_Data
............此處省略6個(gè)文件信息
評(píng)論
共有 條評(píng)論