DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / DicomWebServer Class / MPPSReceived Event



In This Topic
    MPPSReceived Event
    In This Topic
    Event fired when a MPPS web request is received
    Syntax
    'Declaration
     
    
    Public Event MPPSReceived As MPPSReceivedDelegate
    'Usage
     
    
    Dim instance As DicomWebServer
    Dim handler As MPPSReceivedDelegate
     
    AddHandler instance.MPPSReceived, handler
    public event MPPSReceivedDelegate MPPSReceived
    public:
    event MPPSReceivedDelegate^ MPPSReceived
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also