Origin is security domain boundary for HTML 5 applications. It it composed of the scheme, host, and port of a URI.

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Class Origin _
	Inherits Uri
C#
public class Origin : Uri
Visual C++
public ref class Origin : public Uri

Inheritance Hierarchy

System..::..Object
  System..::..Uri
    Kaazing.HTML5..::..Origin

See Also