This documentation is archived and is not being maintained.
System.EnterpriseServices.Internal Namespace
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
The System.EnterpriseServices.Internal namespace provides infrastructure support for COM+ services. The classes and interfaces in this namespace are specifically intended to support calls into System.EnterpriseServices from the unmanaged COM+ classes.
Classes
| Class | Description |
|---|---|
| AppDomainHelper | Switches into the given application domain, which the object should be bound to, and does a callback on the given function. |
| AssemblyLocator | Locates an assembly and returns information about its modules. |
| ClrObjectFactory | Activates SOAP-enabled COM+ application proxies from a client. |
| ComManagedImportUtil | Identifies and installs components in the COM+ catalog. |
| Publish | Publishes COM interfaces for SOAP-enabled COM+ applications. |
| SoapClientImport | Imports authenticated, encrypted SOAP client proxies. This class cannot be inherited. |
| SoapServerTlb | Processes authenticated, encrypted SOAP components on servers. This class cannot be inherited. |
| SoapServerVRoot | Publishes secure SOAP virtual roots on servers. This class cannot be inherited. |
| SoapUtility | Provides utilities to support the exporting of COM+ SOAP-enabled application proxies by the server and the importing of the proxies by the client. This class cannot be inherited. |
Interfaces
| Interface | Description |
|---|---|
| IClrObjectFactory | Activates SOAP-enabled COM+ application proxies from a client. |
| IComManagedImportUtil | Identifies and installs components in the COM+ catalog. |
| IComSoapPublisher | Publishes COM interfaces for SOAP-enabled COM+ applications. |
| ISoapClientImport | Imports authenticated, encrypted SOAP client proxies. |
| ISoapServerTlb | Processes authenticated, encrypted SOAP components on servers. |
| ISoapServerVRoot | Publishes secure SOAP virtual roots on servers. |
| ISoapUtility | Provides utilities to support the exporting of COM+ SOAP-enabled application proxies by the server and the importing of the proxies by the client. |
See Also
Show: