Click or drag to resize

WebFileCacheInfoHttpStatus Property

Gets the HTTP status that was returned when the file was queried for the last time.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public HttpStatusCode HttpStatus { get; protected set; }

Property Value

Type: HttpStatusCode
The HTTP status.
See Also