CrossDomainController Class

 

This controller returns files that support cross-domain communication for older browsers.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Controllers
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System.Object
  System.Web.Http.ApiController
    Microsoft.WindowsAzure.Mobile.Service.Controllers.CrossDomainController

public class CrossDomainController : ApiController

NameDescription
System_CAPS_pubmethodBridge(String)

A page that, when hosted in an iframe, will accept postMessage messages from approved origins and will forward them as a same-domain ajax request to the runtime. This is needed for the IframeBridge transport in MobileServices.Web.js, as used by IE8-9.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitialize(HttpControllerContext)
System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: