Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NHttpHeaderFieldName Structure / Refresh Field


In This Topic
    Refresh Field
    In This Topic
    Used in redirection, or when a new resource has been created. This refresh redirects after 5 seconds. This is a proprietary, non-standard header extension introduced by Netscape and supported by most web browsers. Refresh: 5; url=http://www.w3.org/pub/WWW/People.html
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Refresh As NHttpHeaderFieldName
    'Usage
     
    
    Dim value As NHttpHeaderFieldName
     
    value = NHttpHeaderFieldName.Refresh
    public static readonly NHttpHeaderFieldName Refresh
    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