CallContexts and Direct Remoting
.NET Framework 3.0
This topic is specific to a legacy technology that is retained for backward compatibility with existing applications and is not recommended for new development. Distributed applications should now be developed using the Windows Communication Foundation (WCF).
This section describes the use of the CallContext class and dynamic publication.
In This Section
- Using CallContext
-
Describes the use of CallContext objects to share information between a remoting server and client.
- Direct Remoting
-
Describes the basic calls necessary to dynamically publish types or revoke publication.
Reference
- System.Runtime.Remoting
-
Provides classes and interfaces that allow developers to create and configure distributed applications.