100165460.htm

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

HTM
69
字号


<!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.1.2  CLR Object 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="100165460.htm">
                        16.1.2  CLR Object 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='100165460.htm'><font color='red'>16.1.2  CLR Object Remoting</font></a></h1>
                        <div id="divRelateNode" style="padding-left: 2px">
                        <div style='float:left;width:49%'>·<a href='100165457.htm'>15.7  小结</a></div><div style='float:right;width:49%'>·<a href='100165458.htm'>16.1  .NET Remoting的含义</a></div><div style='float:left;width:49%'>·<a href='100165459.htm'>16.1.1  应用程序类型和协议</a></div><div style='float:right;width:49%'>·<a href='100165461.htm'>16.2  .NET Remoting概述</a></div><div style='float:left;width:49%'>·<a href='100165462.htm'>16.3  环境</a></div><div style='float:right;width:49%'>·<a href='100165463.htm'>16.3.1  激活</a></div></div>
                    </div>
                </div>
                </div>
            <!-- main -->
            <div id="main">
                <div id="text"> <link href="css.css" rel="stylesheet" type="text/css" /><h3 style="MARGIN-TOP: 8.15pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm; FTEL: 8.15pt"><a ftel="_Toc507815544"><span lang="EN-US" style="COLOR: black">16.1.2 &nbsp;CLR Object Remoting</span></a></h3>
<p class="MsoNormal"><span lang="EN-US" style="COLOR: black">CLR Object Remoting</span><span style="COLOR: black; FONT-FAMILY: 宋体">是</span><span lang="EN-US">.NET Remoting</span><span style="FONT-FAMILY: 宋体">的一个重要方面。<span style="COLOR: black">所有的语言结构,例如构造函数、委托、接口、方法、属性和字段等,都可以与远程对象一起使用。</span></span><span lang="EN-US">.NET Remoting</span><span style="FONT-FAMILY: 宋体">通过网络扩展了</span><span lang="EN-US">CLR</span><span style="FONT-FAMILY: 宋体">对象的功能,</span><span lang="EN-US" style="COLOR: black">CLR Object Remoting</span><span style="COLOR: black; FONT-FAMILY: 宋体">可以处理激活、分布式验证、生存期和调用环境等方面的工作。</span></p>
<p class="MsoNormal"><span style="COLOR: black; FONT-FAMILY: 宋体">它与</span><span lang="EN-US" style="COLOR: black">XML Web</span><span style="COLOR: black; FONT-FAMILY: 宋体">服务大不相同。在</span><span lang="EN-US" style="COLOR: black">XML Web</span><span style="COLOR: black; FONT-FAMILY: 宋体">服务中,对象是抽象的,客户不需要知道服务器的对象类型,与</span><span lang="EN-US">.NET Remoting</span><span style="FONT-FAMILY: 宋体">不同,</span><span lang="EN-US" style="COLOR: black">XML Web</span><span style="COLOR: black; FONT-FAMILY: 宋体">服务是独立于平台的。</span><span style="COLOR: black; FONT-FAMILY: 宋体"></span></p></div>
                <!-- page -->
                <div class="page" style="text-align: center">
                    <a href="100165459.htm">上一页</a>&nbsp;&nbsp;&nbsp;<a href="index.html">首页</a>&nbsp;&nbsp;&nbsp;<a href="100165461.htm">下一页</a>
                </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="divCurrentNode2" style="color: #b83507; width: 100%; text-align: left; font-size: 12px; padding-left: 2px">当前章节:<a href='100165460.htm'><font color='red'>16.1.2  CLR Object Remoting</font></a></h1>
                        <div id="divRealteNod2" style="padding-left: 2px">
                        <div style='float:left;width:49%'>·<a href='100165457.htm'>15.7  小结</a></div><div style='float:right;width:49%'>·<a href='100165458.htm'>16.1  .NET Remoting的含义</a></div><div style='float:left;width:49%'>·<a href='100165459.htm'>16.1.1  应用程序类型和协议</a></div><div style='float:right;width:49%'>·<a href='100165461.htm'>16.2  .NET Remoting概述</a></div><div style='float:left;width:49%'>·<a href='100165462.htm'>16.3  环境</a></div><div style='float:right;width:49%'>·<a href='100165463.htm'>16.3.1  激活</a></div></div>
                    </div>
                </div>
                </div>
        </div>
</body>
</html>

⌨️ 快捷键说明

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