Class ServiceDescriptor.CORS_Descriptor
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Prism
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ServiceDescriptor.CORS_Descriptor
- Inheritance
-
objectServiceDescriptor.CORS_Descriptor
Properties
Credentials
[Key("Credentials")]
public bool? Credentials { get; set; }
Property Value
- bool?
ExposedHeaders
[Key("ExposedHeaders")]
public string[] ExposedHeaders { get; set; }
Property Value
- string[]
Headers
[Key("Headers")]
public string[] Headers { get; set; }
Property Value
- string[]
MaxAge
[Key("MaxAge")]
public int? MaxAge { get; set; }
Property Value
- int?
Methods
[Key("Methods")]
public Methods? Methods { get; set; }
Property Value
Origins
[Key("Origins")]
public string[] Origins { get; set; }
Property Value
- string[]