DicomWebServer Class Properties
For a list of all members of this type, see DicomWebServer members.
| 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