Click or drag to resize

SelfHostingServiceAllowedDomainList Property

Gets or sets comma separated list of allowed domains when AllowCrossDomainAccess is true. Use * for domain wildcards, e.g., *.consoto.com.

Namespace: GSF.ServiceModel
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public string AllowedDomainList { get; set; }
View Source

Property Value

String
Remarks
To allow all domains just set this property to "*".
See Also