DicomObjects.NET10 Documentation
DicomObjects.DicomWeb Namespace / DicomWebServer Class / Listen Method



In This Topic
    Listen Method (DicomWebServer)
    In This Topic
    Configures a web server to handle DicomWeb. A WebHostBuilder instance will be created internally to do the http listening and handles incoming requests
    Overload List
    OverloadDescription
    Configures a web server to handle DicomWeb. A WebHostBuilder instance will be created internally to do the http listening and handles incoming requests  
    Configures a web server to handle DICOMweb using a caller-provided server certificate. A WebHostBuilder instance will be created internally to perform the HTTPS listening and handle incoming requests.  
    Configures a web server to handle DICOMweb using caller-provided HTTPS configuration.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also