100165461.htm

来自「C#高级编程(第三版),顶死你们。。 。up」· HTM 代码 · 共 99 行 · 第 1/2 页

HTM
99
字号


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
	
        16.2  .NET Remoting概述
</title></head>
<body>
    <div class="area">

        

        <div class="col1">
            <div class="lineBlue">
            </div>
            <!-- title -->
            <div class="arcTitle">
                <h1>
                    <a href="../16">
                        C#高级编程(第3版)【全文连载】
                    </a>
                </h1>
                <div style="text-align: center; font-size: 15px">
                    <a href="100165461.htm">
                        16.2  .NET Remoting概述
                    </a>
                </div>
                <div style="text-align: center; font-size: 15px">
                    <a class="url" href="../../default.htm">http://book.csdn.net/</a>
                    2006-10-13 14:41:00
                </div>
                <div style="margin: 0px auto; width: 700px; border: solid 1px #0b5f98;">
                    <div style="float: left; width: 16px; background-color: #0b5f98; color: White; padding: 1px;">
                        图书导读
                    </div>
                    <div style="float: right; width: 670px; text-align: left; line-height: 16pt; padding-left: 2px">
                        <!--导读-->
                        <h1 id="divCurrentNode" style="color: #b83507; width: 100%; text-align: left; font-size: 12px; padding-left: 2px">当前章节:<a href='100165461.htm'><font color='red'>16.2  .NET Remoting概述</font></a></h1>
                        <div id="divRelateNode" style="padding-left: 2px">
                        <div style='float:left;width:49%'>·<a href='100165458.htm'>16.1  .NET Remoting的含义</a></div><div style='float:right;width:49%'>·<a href='100165459.htm'>16.1.1  应用程序类型和协议</a></div><div style='float:left;width:49%'>·<a href='100165460.htm'>16.1.2  CLR Object Remoting</a></div><div style='float:right;width:49%'>·<a href='100165462.htm'>16.3  环境</a></div><div style='float:left;width:49%'>·<a href='100165463.htm'>16.3.1  激活</a></div><div style='float:right;width:49%'>·<a href='100165464.htm'>16.3.2  特性和属性</a></div></div>
                    </div>
                </div>
                </div>
            <!-- main -->
            <div id="main">
                <div id="text"> <link href="css.css" rel="stylesheet" type="text/css" /><span style="COLOR: black; FONT-FAMILY: 宋体">
<h3 style="MARGIN-TOP: 11.4pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm; FTEL: 11.4pt"><a ftel="_Toc507815545"><span lang="EN-US">16.2 &nbsp;.NET Remoting</span></a><span style="FONT-FAMILY: 楷体_GB2312">概述</span></h3>
<p class="MsoNormal"><span lang="EN-US">.NET Remoting</span><span style="FONT-FAMILY: 宋体">可以用于访问另一个应用程序域中的对象。不论两个对象是处于一个进程中,还是处于不同的进程中,甚至处于不同的系统中,都可以使用</span><span lang="EN-US">.NET Remoting</span><span style="FONT-FAMILY: 宋体">。</span><span lang="EN-US">&nbsp; </span></p>
<p class="MsoNormal"><span style="COLOR: black; FONT-FAMILY: 宋体">远程的程序集可以配置为在应用程序域本地工作,或者配置为远程应用程序的一部分。如果程序集是远程应</span><span style="FONT-FAMILY: 宋体">用程序的一部分,则客户就收到一个代理对象而不是真实的对象进行通信。代理对象表示客户进<span style="COLOR: black">程中的远程对象,由客户应用程序用于调用方法。当客户在代理对象中调用方法时,代理对象把一个消息发送到信道中,该消息再发送给远程对象。</span></span></p>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?