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

In This Topic
    RequestedContentTypes Property (WadoEventArgs)
    In This Topic
    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)
    public System.Collections.Generic.List<ContentType> RequestedContentTypes {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also