Table of Contents

Class ResourceNotFoundFallbackPolicy

Namespace
Phoesion.Glow.SDK.HologramDescriptors.Prism
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ResourceNotFoundFallbackPolicy
Inheritance
object
ResourceNotFoundFallbackPolicy

Properties

CacheControl

[Key("CacheControl")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string CacheControl { get; set; }

Property Value

string

FilePath

[Key("FilePath")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string FilePath { get; set; }

Property Value

string

ResponseCode

[Key("ResponseCode")]
public HttpStatusCode? ResponseCode { get; set; }

Property Value

HttpStatusCode?