Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NImageResponseHttpHandler Class / EnumerateFormatProviders Method
The session state, associated with the web control


In This Topic
    EnumerateFormatProviders Method (NImageResponseHttpHandler)
    In This Topic
    Enumerates all image providers, supported by the web control.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function EnumerateFormatProviders( _
       ByVal stateTransport As NStateObject _
    ) As NFormatProviderContainer
    'Usage
     
    
    Dim instance As NImageResponseHttpHandler
    Dim stateTransport As NStateObject
    Dim value As NFormatProviderContainer
     
    value = instance.EnumerateFormatProviders(stateTransport)
    protected abstract NFormatProviderContainer EnumerateFormatProviders( 
       NStateObject stateTransport
    )

    Parameters

    stateTransport
    The session state, associated with the web control

    Return Value

    A container, aggregating format providers.
    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