| Overload | Description |
|---|---|
| Listen(String,String,String,Boolean,IStartup,Action<ILoggingBuilder>,String) | Configures a web server to handle DicomWeb. A WebHostBuilder instance will be created internally to do the http listening and handles incoming requests |
| Listen(String,X509Certificate2,Boolean,IStartup,Action<ILoggingBuilder>,String) | 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. |
| Listen(String,Action<HttpsConnectionAdapterOptions>,Boolean,IStartup,Action<ILoggingBuilder>,String) | Configures a web server to handle DICOMweb using caller-provided HTTPS configuration. |