Version 21.2

XmlaRequestOptions Class Properties

For a list of all members of this type, see XmlaRequestOptions members.

Public Properties
 NameDescription
Public PropertyBeforeSendGets or sets a callback to be invoked right before the request is send to the server.  
Public PropertyWithCredentialsGets or sets the value applied to XmlHttpRequest.withCredentials if supported by the user agent. Setting this property to true will allow IE8/IE9 to make authenticated cross-origin requests to tusted domains through XmlHttpRequest instead of XDomainRequest and will prompt the user for credentials.  
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub