代码搜索:Remoting
找到约 565 项符合「Remoting」的源代码
代码结果 565
www.eeworm.com/read/103442/6216270
cs class1.cs
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
namespace RemotingHello
{
class RemoteClient
{
[STAT
www.eeworm.com/read/103442/6216277
cs class1.cs
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
namespace RemotingHello
{
public class RemoteObject:System.Mar
www.eeworm.com/read/103442/6216282
cs class1.cs
using System;
using System.Net;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
namespace RemotingHello
{
class Server
{
www.eeworm.com/read/253533/12216470
txt 18.1.txt
Listing 18.1 A Server Configuration File to Define a Well-Known Object with the
HTTP Channel
www.eeworm.com/read/253533/12216492
txt 18.3.txt
Listing 18.3 web.config to Specify a Remoting Object with IIS
www.eeworm.com/read/253533/12216759
txt 18.6.txt
Listing 18.6 Remoting Configuration File with a Sink Provider
www.eeworm.com/read/253533/12216763
txt 18.2.txt
Listing 18.2 A Client Configuration File to Define a Well-Known Object with the
HTTP Channel
www.eeworm.com/read/252024/12306425
txt readme.txt
http://chs.gotdotnet.com/quickstart/howto/doc/<mark>Remoting</mark>/quickstart.aspx
编译时解析对远程对象的客户端引用的三种不同的方法为:
1.
编译客户端时,编译服务器对象并将 EXE 或 DLL 指定为对编译器的引用。如果客户端和服务器组件都是在同一地点开发的,这种方法会非常有用。
2.
从接口类派生服务器对象并使用接口编译客户 ...