VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Web.HttpHandlers Namespace / VintasoftImageCollectionHandler Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftImageCollectionHandler Class Members
    In This Topic
    The following tables list the members exposed by VintasoftImageCollectionHandler.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftImageCollectionHandler class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the HTTP handler can work with undefined session.
    Public PropertyGets a value indicating whether another request can use this instance.
    Public Methods
     NameDescription
    Public MethodEnables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
    Protected Methods
     NameDescription
    Protected MethodCreates a cache manager that manages cache of image collection.
    Protected MethodCreates a data storage for current session.
    Protected MethodCreates the VintasoftImageCollectionWebService that handles HTTP requests from clients and allows to manage an image collection.
    Protected MethodExecutes HTTP command and returns the execution result.
    Protected MethodReleases all resources used by this object.
    Protected MethodReturns an information about images, which are stored in specified image files.
    Protected MethodLoads the last state of image collection from the server.
    Protected MethodSaves the image collection state on the server.
    See Also