System Namespace
Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
Class |
Description |
HttpContext |
Encapsulates all HTTP-specific information about an individual HTTP request. |
LicenseContext |
Specifies when you can use a licensed object and provides a way of obtaining additional services needed to support licenses running within its domain. |
MarshalByValueComponent |
Implements IComponent and provides the base implementation for remotable components that are marshaled by value ( a copy of the serialized object is passed ). |
ServiceContainer |
Provides a simple implementation of the IServiceContainer interface. This class cannot be inherited. |
This interface is implemented by a class or value type that provides a service to other objects.
The GetService method of this interface obtains the object that provides the service.
Type