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


In This Topic
    IfModifiedSince Field
    In This Topic
    Allows a 304 Not Modified to be returned if content is unchanged. If-Modified-Since: Sat, 29 Oct 1994 19:43:31 GMT
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly IfModifiedSince As NHttpHeaderFieldName
    'Usage
     
    
    Dim value As NHttpHeaderFieldName
     
    value = NHttpHeaderFieldName.IfModifiedSince
    public static readonly NHttpHeaderFieldName IfModifiedSince
    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