Skip to main content

ProxyConfig

Assembly: ServiceStack.Desktop.dll
View Source
Declaration
public class ProxyConfig : object

Properties

Scheme

View Source
Declaration
public string Scheme { get; set; }

TargetScheme

View Source
Declaration
public string TargetScheme { get; set; }

Domain

View Source
Declaration
public string Domain { get; set; }

AllowCors

View Source
Declaration
public bool AllowCors { get; set; }

IgnoreHeaders

View Source
Declaration
public List<string> IgnoreHeaders { get; set; }

AddHeaders

View Source
Declaration
public Dictionary<string, string> AddHeaders { get; set; }

OnResponseHeaders

View Source
Declaration
public Action<NameValueCollection> OnResponseHeaders { get; set; }