Click here to Skip to main content
15,919,479 members
Articles / Programming Languages / C#

Using Remoting

Rate me:
Please Sign up or sign in to vote.
2.00/5 (8 votes)
18 Dec 2009CPOL9 min read 25.8K   263   9  
There are three separate programs that must be created to build an application that uses remoting: • A remote class that allows clients to access and use the methods contained in the class. • A server program that advertises and hosts the server class on a machine • A client program that uses the se

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions