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
|
 | MaxRequestBodySize |
Set the maximum request body size, default is 1GB. Set to null to remove body size restriction
|
 | 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
|
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