Article ID: 307739 - Last Review: March 29, 2007 - Revision: 3.4 How to create client access to remote server by using Visual C#This article was previously published under Q307739 On This PageSUMMARY This step-by-step article shows you 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 upon
the following Microsoft Knowledge Base article:
307445
(http://support.microsoft.com/kb/307445/EN-US/
)
Create a Remote Server by Using Microsoft Visual C# .NET
RequirementsThis list outlines the recommended hardware, software, network infrastructure, and service packs that you will need:
How to Create a Client to a Remote Server
REFERENCES For an overview of .NET Remoting, see the Microsoft .NET
Framework Developer's Guide. For more information about the TcpChannel class, visit the following Microsoft Web site:
TcpChannel Class For an introduction to the Microsoft .NET Remoting Framework
(general .NET Development technical articles), visit the following Microsoft
Web site: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ cpref/html/frlrfSystemRuntimeRemotingChannelsTcpTcpChannelClassTopic.asp (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemRuntimeRemotingChannelsTcpTcpChannelClassTopic.asp)
An Introduction to Microsoft .NET Remoting Framework For more information about .NET Remoting, visit the following
Microsoft Web site: http://msdn2.microsoft.com/en-us/library/ms973864.aspx (http://msdn2.microsoft.com/en-us/library/ms973864.aspx)
Microsoft .NET Remoting: A Technical Overview For more information about the Activator.GetObject and Type.GetType methods, see the .NET Framework Class Library documentation.
hhttp://msdn2.microsoft.com/en-us/library/ms973857.aspx (http://msdn2.microsoft.com/en-us/library/ms973857.aspx) For more general information about Visual C# .NET, see the following Usenet newsgroup:
microsoft.public.dotnet.languages.csharp For more information, refer to the following books: http://go.microsoft.com/fwlink/?linkid=5217 (http://go.microsoft.com/fwlink/?linkid=5217) Tom Archer Inside C#
(http://www.microsoft.com/mspress/southeastasia/books/book17379.htm)
Microsoft Press, 2001
Charles Petzold Programming Microsoft Windows with C#
(http://www.microsoft.com/mspress/india/books/book18345.htm)
Microsoft Press, 2001
Mickey Williams Microsoft Visual C# (Core Reference)
(http://www.microsoft.com/mspress/benelux/books/book19143.htm)
Microsoft Press, 2002
| Article Translations
|
Back to the top
