Nevron .NET Vision
Nevron.ThinWeb Namespace / ImageServeMode Enumeration


In This Topic
    ImageServeMode Enumeration
    In This Topic
    Enumerates the http handler modes
    Syntax
    'Declaration
     
    
    Public Enum ImageServeMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ImageServeMode
    public enum ImageServeMode : System.Enum 
    Members
    MemberDescription
    AutoAutomatically choose whether to embed images based on the client browser
    EmbedAlways embed images in the response
    RequestServe the images in a separate request
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.ThinWeb.ImageServeMode

    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