How to marshal an object to a remote server by reference by using Visual C++ .NET or Visual C++ 2005 (818062)
The information in this article applies to:
- Microsoft Visual C++ 2005 Express Edition
- Microsoft Visual C++ .NET (2003)
- Microsoft Visual C++ .NET (2002)
- Microsoft .NET Framework 1.1
- Microsoft .NET Framework 1.0
Content Maintenance:7258 For a Microsoft Visual C# .NET version of this
article, see
307600. For a Microsoft Visual Basic .NET version of this
article, see
301112. This article refers to the following Microsoft .NET
Framework Class Library namespaces:
- System.Diagnostics
- System.Runtime.Remoting
- System.Runtime.Remoting.Channels
- System.Runtime.Remoting.Channels.Tcp
IN THIS TASK
SUMMARYThis step-by-step article describes how to marshal an
object by reference to a remote server. When you marshal an object by
reference, the runtime creates a transparent proxy so that the server can make
callbacks to the object on the client. Only the proxy is sent to the server. The proxy marshals the callbacks to the client. back to the topREFERENCESFor more information about the TcpChannel class, visit the following Microsoft Web site: For
more information about the RegisterWellKnownServiceType method, visit the following Microsoft Web site: For
an introduction to the Microsoft .NET Remoting Framework (general .NET Development technical articles), visit the following Microsoft Web site: back to the top
Modification Type: | Major | Last Reviewed: | 1/4/2006 |
---|
Keywords: | kbRemoting kbTunneling kbDiagnostics kbChannels kbHOWTOmaster kbhowto KB818062 kbAudDeveloper kbAudITPRO |
---|
|
|
©2004 Microsoft Corporation. All rights reserved.
|
|