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


In This Topic
    CacheControl Field
    In This Topic
    Used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain Cache-Control: no-cache
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly CacheControl As NHttpHeaderFieldName
    'Usage
     
    
    Dim value As NHttpHeaderFieldName
     
    value = NHttpHeaderFieldName.CacheControl
    public static readonly NHttpHeaderFieldName CacheControl
    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