代码搜索:Remoting
找到约 565 项符合「Remoting」的源代码
代码结果 565
www.eeworm.com/read/103092/15746158
vb frmservice.vb
Imports System.Runtime.Remoting
Imports System.Runtime.Remoting.Channels
Imports System.Runtime.Remoting.Channels.Tcp
Public Class ServiceHost
Inherits System.Windows.Forms.Form
#Region " W
www.eeworm.com/read/103092/15746159
vb desk.vb
Imports System.Runtime.Remoting
Imports System.Runtime.Remoting.Channels
Imports System.Runtime.Remoting.Channels.Tcp
Public Class Desk
Inherits System.Windows.Forms.Form
#Region " Windows
www.eeworm.com/read/103092/15746170
vb client.vb
Imports System
Imports System.Runtime.Remoting
Imports System.Runtime.Remoting.Channels
Imports System.Runtime.Remoting.Channels.Tcp
Imports Microsoft.VisualBasic
imports Service
Module Client
www.eeworm.com/read/252024/12306461
cs receiver.cs
/*
用于接受发言的 Remoting Client
*/
/*
csc.exe /r:share.dll c:\RemotingChatRoom\Client\Receiver.cs
*/
using System;
using System.Collections;
using System.Runtime.Remoting;
using System.R
www.eeworm.com/read/175308/9552782
ex-19-04
// Example 19-04: The remoting Calculator client
namespace Programming_CSharp
{
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Ru
www.eeworm.com/read/252024/12306436
cs receiver.cs
/*
csc.exe /t:library c:\RemotingChatRoom\Server\Receiver.cs
*/
using System;
using System.Runtime.Remoting;
//Receiver 对象必须要继承 MarshalByRefObject,由于相对于服务器, Receiver 对象 也要为其提供远程服务。
//仅仅是签名一致
www.eeworm.com/read/202398/15384470
wmv 使用.net remoting 建立分布式应用程序(一).wmv
www.eeworm.com/read/202398/15384472
wmv 使用.net remoting 建立分布式应用程序(二).wmv
www.eeworm.com/read/363530/9948820
txt csdn java电子杂志第三期征稿启事.txt
《CSDN社区电子杂志——Java杂志》第三期征稿启事
CSDN社区电子杂志项目是全社区的项目,Java电子杂志只有依靠大家的支持,才能够发展下去。因此,现在面向全社区征集Java电子杂志第二期的相关稿件。
本启事主要描述了Java杂志第三期的主题以及稿件内容要求。这是我们的近期目标。我们会围绕这个主题来组织文章。但是我们的征稿范围不限于此,您完全可以选择自己感兴趣的方向来投稿。一旦您的稿 ...