WebServiceEndpoint.CrossDomainScriptAccessEnabled Property

Definition

Gets or sets a value that indicates whether cross domain script access is enabled for the WebServiceEndpoint.

public:
 property bool CrossDomainScriptAccessEnabled { bool get(); void set(bool value); };
public bool CrossDomainScriptAccessEnabled { get; set; }
member this.CrossDomainScriptAccessEnabled : bool with get, set
Public Property CrossDomainScriptAccessEnabled As Boolean

Property Value

true if cross domain script access is enabled, otherwise false.

Applies to