 
            | ImageGear22.Web.Services Assembly : ImageGear.Web.DataProviders Namespace | 
| Class | Description | |
|---|---|---|
|  | ArtDataConnection | ArtDataConnection is an abstract base class. All data providers will implement a derived class of this. The class can be used to read or write any number of streams. This class implements System.IDisposable interface. | 
|  | ArtDocumentDataConnection | This is an abstract base class that represents a connection to a specific document. All data providers would implement a derived class of this. This class implements IDisposable System.IDisposable. | 
|  | ImageDataConnection | ImageDataConnection is an abstract base class. All data providers will implement a derived class of this. The class can be used to read or write any number of streams. This class implements System.IDisposable interface. | 
|  | ImageDataProvider | ImageDataProvider is a base class derived from the System.Configuration.Provider.ProviderBase class ( System.Configuration.Provider.ProviderBase ). It provides a base implementation for the ImageGear image data provider for the PageView and ThumbnailView components. This is an abstract class. | 
|  | ImageDocumentDataConnection | This is an abstract base class that represents a connection to a specific document. All data providers would implement a derived class of this. This class implements IDisposable System.IDisposable. |