UriParser Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The UriParser type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetComponents Gets the components from a URI.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 InitializeAndValidate Initialize the state of the parser and validate the URI.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsBaseOf Determines whether baseUri is a base URI for relativeUri.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsKnownScheme Indicates whether the parser for a scheme is registered.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsWellFormedOriginalString Indicates whether a URI is well-formed.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 OnNewUri Invoked by a Uri constructor to get a UriParser instance
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 OnRegister Invoked by the Framework when a UriParser method is registered.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Register Associates a scheme and port number with a UriParser.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Resolve Called by Uri constructors and Uri.TryCreate() to resolve a relative URI.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference