VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom.Web.HttpHandlers Namespace / VintasoftDicomHandler Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    VintasoftDicomHandler Class
    In This Topic
    A HTTP handler that handles HTTP requests from clients and allows to work with DICOM images.
    Object Model
    VintasoftDicomHandler
    Syntax
    'Declaration
    
    Public Class VintasoftDicomHandler
    
    
    public class VintasoftDicomHandler
    
    
    public __gc class VintasoftDicomHandler
    
    
    public ref class VintasoftDicomHandler
    
    
    Remarks

    The HTTP handler can cache data on server side. Cache parameters can be changed in the Web site's application settings (web.config file):

    • The "VintasoftWebImaging_UploadDirectoryName" parameter defines name of directory where uploaded files must be stored. By default parameter has value "UploadedImageFiles" and uploaded files are stored in "/UploadedImageFiles" directory.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Dicom.Web.HttpHandlers.VintasoftDicomHandler

    Requirements

    Target Platforms: .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also