Nevron .NET Vision
Nevron.ThinWeb Namespace / NBinaryResponseOutput Class / m_Headers Field


In This Topic
    m_Headers Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public m_Headers As System.String()
    'Usage
     
    
    Dim instance As NBinaryResponseOutput
    Dim value() As System.String()
     
    value = instance.m_Headers
     
    instance.m_Headers = value
    public System.string[] m_Headers
    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