代码搜索:Remoting
找到约 565 项符合「Remoting」的源代码
代码结果 565
www.eeworm.com/read/381461/9091710
cs contexttoken.cs
using System;
using System.Runtime.Remoting.Messaging;
namespace EnterpriseObjects
{
///
/// Summary description for ContextToken.
///
[Serializable()] public class C
www.eeworm.com/read/245507/12796789
cs hello.cs
using System;
namespace Wrox.ProCSharp.Remoting
{
///
/// 摘要说明
///
public class Hello:System.MarshalByRefObject
{
public Hello()
{
www.eeworm.com/read/233914/4663828
cs basechannelobjectwithproperties.cs
/*
* BaseChannelObjectWithProperties.cs - Implementation of the
* "System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties" class.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd
www.eeworm.com/read/233914/4663832
cs iclientresponsechannelsinkstack.cs
/*
* IClientResponseChannelSinkStack.cs - Implementation of the
* "System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack" class.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd
www.eeworm.com/read/233914/4663841
cs iserverresponsechannelsinkstack.cs
/*
* IServerResponseChannelSinkStack.cs - Implementation of the
* "System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack" class.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd
www.eeworm.com/read/209509/4977835
cs testconcretefactory.cs
using System;
using System.Runtime.Remoting;
//TestConcreteFactory consists sample class factory and business class used by
//the TestConsole application.
namespace TestConcreteFactory
{
///