WebReference.com - Part 1 of Chapter 6: Professional C# Web Services, from Wrox Press Ltd (8/8)

To page 1To page 2To page 3To page 4To page 5To page 6To page 7current page
[previous]

Professional C# Web Services

System.Runtime.Remoting Namespace

If we use configuration files, only one remoting call is necessary to read the configuration file and start the channel. The only class we used from the System.Runtime.Remoting namespace was Remoting Configuration. Instead of using configuration files the channel startup can be done programmatically. Before we do this let's get an overview of the classes that can be found in the remoting namespaces.

The System.Runtime.Remoting namespaces are contained in the assemblies mscorlib and System.Runtime.Remoting:

The classes in the System.Runtime.Remoting.Services namespace provide services to the remoting framework. The class EnterpriseServicesHelper provides remoting functionality for COM+ services, RemotingService can be used to access ASP.NET properties like Application, Session, and User for web services running in Internet Information Services. RemotingClientProxy is a base class for a proxy that is generated from the soapsuds utility, and TrackingServices provides a way to register tracking handlers.

Let's look in more detail at how to use the .NET Remoting architecture. [Continued in part 2. -Ed.]


To page 1To page 2To page 3To page 4To page 5To page 6To page 7current page
[previous]

Created: February 13, 2002
Revised: February 13, 2002


URL: http://webreference.com/programming/csharp/webservices/chap6/1/8.html