Overview | System-Objects | Class-Tree | Class-List | Global Functions | Files |

Property of a Class

Indicate that the request is cross domain.

A request is cross domain if the requests URL points to a host other than the local host. This switches the concrete implementation that is used for sending the request from QxXmlHttpTransport to QxIframeTransport because only the latter can handle cross domain requests.


Public Functions

Get

Get current value.

QxRequest.getCrossDomain();

Set

Set new value.

QxRequest.setCrossDomain(newValue);