How to create a remote server by using Visual C++ .NET or Visual C++ 2005 (818780)
The information in this article applies to:
- Microsoft .NET Framework 1.1
- Microsoft .NET Framework 1.0
- Microsoft Visual C++ 2005 Express Edition
- Microsoft Visual C++ .NET (2003)
- Microsoft Visual C++ .NET (2002)
For a Microsoft Visual C# .NET version of this article, see 307445.
For a Microsoft Visual Basic .NET version of this article, see 300951.
This article refers to the following
Microsoft .NET Framework Class Library namespaces:
- System.Runtime.Remoting
- System.Runtime.Remoting.Channels
- System.Runtime.Remoting.Channels.Tcp
IN THIS TASKSUMMARYThis step-by-step article describes how to create a
simple, remote server that another application can access. The application that
accesses the server can be located on the same computer, on a different
computer, or on a different network. The remote server is divided in two
parts: - Server object
- Server application
The server object is the
object that the client communicates with, and the server application is used to
register the server object with .NET Framework remoting.
back to the
topREFERENCES
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
818062
HOW TO: Marshal an object to a remote server by reference by using Visual C++ .NET
For additional information about the TCPChannel class and the RegisterWellKnownServiceType
method, visit the following MSDN Web sites: For addition information about the Quickstart
Tutorials, visit the following Microsoft Web site: For additional information about Remoting, see the Microsoft .NET Framework Developer's Guide documentation. back to the
top
Modification Type: | Major | Last Reviewed: | 7/31/2006 |
---|
Keywords: | kbTunneling kbChannels kbHOWTOmaster kbhowto KB818780 kbAudDeveloper |
---|
|
|
©2004 Microsoft Corporation. All rights reserved.
|
|