DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / DicomWebServer Class
Properties Methods Events

In This Topic
    DicomWebServer Class Members
    In This Topic

    The following tables list the members exposed by DicomWebServer.

    Public Constructors
     NameDescription
    Public Constructor Create a new DicomWebServer  
    Top
    Public Properties
     NameDescription
    Public Property Number of bytes for DicomAttribute raw data to be treated as bulk data  
    Public Property Set the maximum request body size, default is 1GB. Set to null to remove body size restriction  
    Public Property 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
     NameDescription
    Public Method 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
     NameDescription
    Public Event Event fires when WebServer encounters an error  
    Public Event Event fires when WebServer encounters an error  
    Public Event Event fires when a QIDO request is received  
    Public Event Async event fires when a QIDO request is received  
    Public Event Event fired when a STOW request is received  
    Public Event Async event fired when a STOW request is received  
    Public Event Event fired when a WADO request is received  
    Public Event Async event fired when a WADO request is received  
    Public Event Event fired when a Worklist request is received  
    Public Event Async event fired when a Worklist request is received  
    Top
    See Also