The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Advanced Remoting
.NET Framework 1.1
Advanced remoting scenarios may require you to intercept a remote call at one or more points.
In This Section
- Sinks and Sink Chains
- Describes the sink chain and how to modify it to extend the functionality of the basic remoting system.
- Extending RealProxy
- Describes how to extend RealProxy to intercept calls at the moment of invocation.
- Advanced Design Issues
- Describes issues related to deploying a remote type library on a client.
Related Sections
- Channels
- Describes the system-defined channels and helps you decide which channel is best for your scenario.
- Object Activation and Lifetimes
- Describes the different types of remote activation and how to manage remote object lifetimes.