DicomWebServer Class Members
In This Topic
The following tables list the members exposed by DicomWebServer.
Public Constructors
Public Properties
| | Name | Description |
 | BulkDataThreshold |
Number of bytes for DicomAttribute raw data to be treated as bulk data
|
 | KeepAliveTimeout |
Gets or sets the keep-alive timeout. Defaults to 2 minutes.
|
 | MaxConcurrentConnections |
maximum number of open connections. When set to null, the number of connections is unlimited.
|
 | MaxRequestBodySize |
Set the maximum request body size, default is 1GB. Set to null to remove body size restriction
|
 | PassStowAsStream | If set to true, User will take over control the Http Multipart to do the reading and DICOM parsing themselvels |
 | WadoPreferredTransferSyntax |
When client does not specify Transfer Syntax in Content-Type header, or use wildcard * for Transfer Syntax, we will try to use PreferredTransferSyntax if it is set
|
 | WadoUrlForStow | Set the WADO-rs base url for STOW response. If not set, the baseURL used in method will be used. |
Top
Public Methods
| | Name | Description |
 | Listen |
Configure a web server to handle DicomWeb.
A WebHostBuilder instance will be created internally to do the http listening and handles incoming requests
|
Top
Public Events
See Also