代码搜索:Remoting
找到约 565 项符合「Remoting」的源代码
代码结果 565
www.eeworm.com/read/252024/12306431
cs share.cs
/*
部署在服务器端的提供 Remoting 服务的类
*/
/*
csc /t:library c:\RemotingChatRoom\Server\Share.cs
*/
using System;
//[Serializable]
public class ChatRoom : MarshalByRefObject
{
//定义了 1 个名为 "Ch
www.eeworm.com/read/252024/12306438
cs server.cs
/*
csc c:\RemotingChatRoom\Server\Server.cs
*/
using System;
using System.Collections;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting
www.eeworm.com/read/252024/12306446
cs sender.cs
/*
用于发言的 Remoting Client
*/
/*
csc.exe /r:share.dll c:\RemotingChatRoom\Client\Sender.cs
*/
using System;
using System.Collections;
using System.Runtime.Remoting;
using System.Runti
www.eeworm.com/read/252024/12306455
cs share.cs
/*
部署在 Remoting 客户端所需的远程对象的类的客户端本地代理类只要跟真正的
服务器端的远程对象的类的元数据结构一样即可
本地代理类的 dll 程序集文件名, 命名空间 类 方法 等签名要与服务器端一致
*/
/*
csc /t:library c:\RemotingChatRoom\Client\Share.cs
*/
using System;
//
www.eeworm.com/read/249894/12454453
htm cwp4429.htm
Perst.TransparentPersistenceAttribute.IsContextOK
www.eeworm.com/read/249894/12463098
cs transparentpersistenceattribute.cs
using System;
using Perst.Impl;
using System.Runtime.Remoting.Contexts;
using System.Runtime.Remoting.Messaging;
using System.Runtime.Remoting.Activation;
namespace Perst
{
///
www.eeworm.com/read/214027/15116810
txt readme.txt
ASP.NET2.0驾校整站V1.0
------------------------------------------------------------------------
帮朋友做的简单的驾校系统,演示地址:http://www.81jx.cn
主要功能:网上报名
因为偷懒后台管理页面只用