The Origin type exposes the following members.

Constructors

  NameDescription
Public methodOrigin
Construct a new Origin using the scheme, host, and port of a URI.

Methods

  NameDescription
Public methodEquals (Inherited from Uri.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponents (Inherited from Uri.)
Public methodGetHashCode (Inherited from Uri.)
Public methodStatic memberGetSourceOrigin
Returns the source origin of the application
Public methodGetType (Inherited from Object.)
Public methodIsBaseOf (Inherited from Uri.)
Public methodMakeRelativeUri (Inherited from Uri.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
http://www.whatwg.org/specs/web-apps/current-work/#ascii-serialization-of-an-origin
(Overrides Uri..::..ToString()()()().)

Properties

  NameDescription
Public propertyAbsolutePath (Inherited from Uri.)
Public propertyAbsoluteUri (Inherited from Uri.)
Public propertyDnsSafeHost (Inherited from Uri.)
Public propertyFragment (Inherited from Uri.)
Public propertyHost (Inherited from Uri.)
Public propertyIsAbsoluteUri (Inherited from Uri.)
Public propertyIsUnc (Inherited from Uri.)
Public propertyLocalPath (Inherited from Uri.)
Public propertyOriginalString (Inherited from Uri.)
Public propertyPort (Inherited from Uri.)
Public propertyQuery (Inherited from Uri.)
Public propertyScheme (Inherited from Uri.)
Public propertyUserEscaped (Inherited from Uri.)
Public propertyUserInfo (Inherited from Uri.)

See Also