Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
DICOMServicesConfigurationHandler Class
See Also  Members  
Leadtools.Dicom.Services Namespace : DICOMServicesConfigurationHandler Class



Represents the section in the WCF service configuration file that is responsible of defining the plug-ins types and initialization parameters.

Object Model

DICOMServicesConfigurationHandler ClassServiceConfigurationElement ClassServiceConfigurationElement ClassServiceConfigurationElement ClassStorageServiceConfigurationElement Class

Syntax

Visual Basic (Declaration) 
Public Class DICOMServicesConfigurationHandler 
   Inherits System.Configuration.ConfigurationSection
Visual Basic (Usage)Copy Code
Dim instance As DICOMServicesConfigurationHandler
C# 
public class DICOMServicesConfigurationHandler : System.Configuration.ConfigurationSection 
C++/CLI 
public ref class DICOMServicesConfigurationHandler : public System.Configuration.ConfigurationSection 

Example

Please check our WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project

Remarks

The WCF DICOM Service will create this object from the configuration file using the name "dicomServicesPluginFactorySection".

Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
      System.Configuration.ConfigurationSection
         Leadtools.Dicom.Services.DICOMServicesConfigurationHandler

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also