DicomObjects.NET Core 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
    'Usage
     
    
    Dim instance As WebContent
    Dim value As ContentType
     
    value = instance.ContentType
    public ContentType ContentType {get;}
    public:
    property ContentType^ ContentType {
       ContentType^ get();
    }
    Remarks

    Possibilities include:

    • multipart/related (top level)
    • application/dicom
    • application/json
    • etc.
    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