DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WebContent Class / ContentType Property

In This Topic
    ContentType Property
    In This Topic
    The Content-Type of the data
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ContentType As ContentType
    public ContentType ContentType {get;}
    Remarks

    Possibilities include:

    • multipart/related (top level)
    • application/dicom
    • application/json
    • etc.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also