VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom.Web.Services Namespace / WebDicomRequestParams Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WebDicomRequestParams Class
    In This Topic
    Request to a web service (controller/handler). Contains data for DICOM request.
    Object Model
    WebDicomRequestParams
    Syntax
    'Declaration
    
    Public Class WebDicomRequestParams
       Inherits Vintasoft.Shared.Web.WebRequestParamsBase
    
    
    public class WebDicomRequestParams : Vintasoft.Shared.Web.WebRequestParamsBase
    
    
    public __gc class WebDicomRequestParams : public Vintasoft.Shared.Web.WebRequestParamsBase*
    
    
    public ref class WebDicomRequestParams : public Vintasoft.Shared.Web.WebRequestParamsBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Shared.Web.WebRequestParamsBase
          Vintasoft.Imaging.Dicom.Web.Services.WebDicomRequestParams

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also