Click or drag to resize

RequestConfigurationIfModifiedSince Property

A DateTime that contains the contents of the HTTP If-Modified-Since header. The default value is the current date and time of the system.
Remarks
Note: For additional information see section 14.25 of IETF RFC 2616 - HTTP/1.1.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DateTime? IfModifiedSince { get; set; }

Property Value

NullableDateTime
See Also