VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.HttpHandlers Namespace / VintasoftFileHandler Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftFileHandler Class Members
    In This Topic
    The following tables list the members exposed by VintasoftFileHandler.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftFileHandler 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 MethodAuthenticates the file using password.
    Protected MethodClears the uploaded file cache for current HTTP session.
    Protected MethodCopyies the specified file from application directory to data storage.
    Protected MethodCreates a cache manager that manages cache of image tiles.
    Protected MethodCreates a data storage for serialized documents.
    Protected MethodCreates a data storage for current session.
    Protected MethodCreates a cache manager that manages cache of thumbnails.
    Protected MethodCreates the VintasoftFileWebService that handles HTTP requests from clients and allows to manipulate files on a server.
    Protected MethodDownloads an image file from a server.
    Protected MethodExecutes HTTP command and returns the execution result.
    Protected MethodReleases all resources used by this object.
    Protected MethodSaves images to an image file.
    Protected MethodUploads an image, which is represented by Base64 string, to the server.
    Protected MethodUploads the images, which are represented by Base64 strings, to the server.
    Protected MethodUploads an image file to the server.
    Protected MethodUploads the image files to the server.
    See Also