Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / ENMimeContentType Enumeration


In This Topic
    ENMimeContentType Enumeration
    In This Topic
    Enumerates the possible MIME Content Types.
    Syntax
    'Declaration
     
    
    Public Enum ENMimeContentType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENMimeContentType
    public enum ENMimeContentType : System.Enum 
    Members
    MemberDescription
    ApplicationUsed for multipurpose files.
    AudioUsed for audio.
    ExampleUsed for examples.
    ImageUsed for images.
    MessageUsed for messages.
    ModelFor 3D models.
    MultipartFor archives and other objects made of more than one part.
    TextFor human-readable text and source code.
    UnknownUnkown MIME type.
    VideoFor video.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Networking.ENMimeContentType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also