.NET Remoting Interception
Details Related Types
Site:  C#Today
Original URL:  http://www.csharptoday.com/content/articles/20011001.asp
Summary:
With the advent of .NET, Microsoft realized the need for a more flexible approach for building distributed applications. .NET Remoting is the technology that allows remote components to interface and integrate. However, in order for this transparent integration, .NET remoting needs to provide some plumbing wherein it can resolve object references and direct method calls to the specific application hosting the required component, on the specific machine. This concept is based on the principle of Interception. In this article, Kaushal Sangahvi discusses the interception mechanism that is used by remoting, to allow for location transparency of objects.
System.AppDomain
System.EventArgs
System.MarshalByRefObject
System.Runtime.Remoting.Messaging.IMessage
System.Runtime.Remoting.Messaging.IMethodCallMessage
System.Runtime.Remoting.Messaging.IMethodMessage
System.Runtime.Remoting.Messaging.IMethodReturnMessage
System.Runtime.Remoting.Messaging.ReturnMessage
System.Runtime.Remoting.Proxies.RealProxy
System.Runtime.Serialization.ISerializable
System.Type
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com