DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WadoEventArgs Class / RequestedContentTypes Property






    RequestedContentTypes Property (WadoEventArgs)
    The list of content types found in the accept header in the WADO request
    Syntax
    'Declaration
     
    
    Public Property RequestedContentTypes As System.Collections.Generic.List(Of ContentType)
     
    'Usage
     
    
    Dim instance As WadoEventArgs
    Dim value As System.Collections.Generic.List(Of ContentType)
     
    instance.RequestedContentTypes = value
     
    value = instance.RequestedContentTypes
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also