| 
            
              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.258-beta
Syntaxpublic string AllowedDomainList { get; set; }Public Property AllowedDomainList As String
	Get
	Set
public:
property String^ AllowedDomainList {
	String^ get ();
	void set (String^ value);
}member AllowedDomainList : string with get, set
function get_AllowedDomainList();
function set_AllowedDomainList(value);
 View SourceProperty Value
String
Remarks
            To allow all domains just set this property to "*".
            
See Also