Parameters
- BaseUri
- The uri on which the server will be listening on
- CertificatePath
- Absolute path to the Certificate file if need to listen on https
- CertificatePassword
- Password for the server certificate, CertficatePath must also be set
- Async
- Control if DicomWebServer's Async events are fired. Default value is false
- CustomStartup
- Instance of IStartup interface implementation which allows the user to use their own startup class in place of the default implementation