How to create client access to a remote server by using Visual C++ .NET or Visual C++ 2005 (818781)
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
For a Microsoft Visual C# .NET version of this
article, see
307739. For a Microsoft Visual Basic .NET version of this
article, see
300943. 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 TASK SUMMARYThis step-by-step article describes how to create a client
that accesses a remote server. This client can be located on the same computer,
on a different computer, or on a different network. This article builds on
the following Microsoft Knowledge Base article: 818780 HOW TO: Create a remote server by using Visual C++ .NET
back to the
topREFERENCESFor more information about the
TcpChannel class, visit the following Microsoft Developer Network (MSDN) Web site: For
an introduction to remoting in the .NET Framework, visit the following MSDN Web site: For
more information, visit the following MSDN Web
site: For an overview of Remoting, see the Microsoft .NET
Framework Developer's Guide. For
more information about the Activator.GetObject and Type.GetType methods, see
the .NET Framework Class Library documentation. back to the top
Modification Type: | Major | Last Reviewed: | 1/4/2006 |
---|
Keywords: | kbHOWTOmaster kbRemoting kbTunneling kbhowto KB818781 kbAudDeveloper |
---|
|