100165466.htm

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

HTM
71
字号


<!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.4  远程对象、客户机和服务器
</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="100165466.htm">
                        16.4  远程对象、客户机和服务器
                    </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='100165466.htm'><font color='red'>16.4  远程对象、客户机和服务器</font></a></h1>
                        <div id="divRelateNode" style="padding-left: 2px">
                        <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 style='float:left;width:49%'>·<a href='100165465.htm'>16.3.3  环境之间的通信</a></div><div style='float:right;width:49%'>·<a href='100165467.htm'>16.4.1  远程对象</a></div><div style='float:left;width:49%'>·<a href='100165468.htm'>16.4.2  简单的服务器</a></div><div style='float:right;width:49%'>·<a href='100165469.htm'>16.4.3  简单的客户机</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: 11.4pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm; FTEL: 11.4pt"><a ftel="_Toc507815550"><span lang="EN-US">16.4 &nbsp;</span></a><span style="FONT-FAMILY: 楷体_GB2312">远程对象、客户机和服务器</span></h3>
<p class="MsoNormal"><span style="COLOR: black; FONT-FAMILY: 宋体">在详细讨论</span><span lang="EN-US" style="COLOR: black">.NET Remoting</span><span style="COLOR: black; FONT-FAMILY: 宋体">体系结构之前,先简要地讨论远程对象和一个非常简单的客户机</span><span lang="EN-US" style="COLOR: black">/</span><span style="COLOR: black; FONT-FAMILY: 宋体">服务器应用程序,该应用程序使用了远程对象。之后,详细讨论所有需要的步骤和选项。</span></p>
<p class="MsoNormal" style="FTEL: 3.25pt"><span style="FONT-FAMILY: 宋体">图</span><span lang="EN-US">16-3</span><span style="FONT-FAMILY: 宋体">显示了客户和服务器应用程序中的主要类。执行的远程对象是</span><span lang="EN-US">Hello</span><span style="FONT-FAMILY: 宋体">。</span><span lang="EN-US">HelloServer</span><span style="FONT-FAMILY: 宋体">是服务器上应用程序的主类,</span><span lang="EN-US">HelloClient</span><span style="FONT-FAMILY: 宋体">是客户上应用程序的主类。</span></p>
<p align="center"><span lang="EN-US" style="COLOR: black"><img height="195" src="16/image003.gif" width="312" alt="" /></span></p>
<p style="FTEL: .0001pt" align="center"><span style="COLOR: black; FONT-FAMILY: 宋体">图</span><span lang="EN-US" style="COLOR: black">&nbsp; 16-3</span></p></div>
                <!-- page -->
                <div class="page" style="text-align: center">
                    <a href="100165465.htm">上一页</a>&nbsp;&nbsp;&nbsp;<a href="index.html">首页</a>&nbsp;&nbsp;&nbsp;<a href="100165467.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='100165466.htm'><font color='red'>16.4  远程对象、客户机和服务器</font></a></h1>
                        <div id="divRealteNod2" style="padding-left: 2px">
                        <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 style='float:left;width:49%'>·<a href='100165465.htm'>16.3.3  环境之间的通信</a></div><div style='float:right;width:49%'>·<a href='100165467.htm'>16.4.1  远程对象</a></div><div style='float:left;width:49%'>·<a href='100165468.htm'>16.4.2  简单的服务器</a></div><div style='float:right;width:49%'>·<a href='100165469.htm'>16.4.3  简单的客户机</a></div></div>
                    </div>
                </div>
                </div>
        </div>
</body>
</html>

⌨️ 快捷键说明

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