|
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.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.205-beta
Syntax public string AllowedDomainList { get; set; }
Public Property AllowedDomainList As String
Get
Set
member AllowedDomainList : string with get, set
function get_AllowedDomainList();
function set_AllowedDomainList(value);
View SourceProperty Value
StringRemarks
To allow all domains just set this property to "*".
See Also