The URISupport type exposes the following members.
 Constructors
Constructors
| Name | Description | |
|---|---|---|
|  | URISupport | 
 Methods
Methods
| Name | Description | |
|---|---|---|
|   | CheckParenthesis | |
|   | CreateCompatibleUri | 
            Given a string that could be a Composite Uri that uses syntax not compatible
            with the .NET Uri class such as an ActiveMQ failover Uri formatted as
            "failover://(tcp://localhost:61616)", the initial '://' must be changed
            to ':(' so that the Uri class doesn't attempt to parse the '(tcp:' as
            the Uri's Authority as that is not a valid host name.
             | 
|   | CreateQueryString | |
|   | CreateRemainingUri | |
|   | CreateUriWithQuery | |
|  | Equals | (Inherited from Object.) | 
|   | ExtractProperties | |
|  | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.(Inherited from Object.) | 
|   | GetProperties | |
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|   | ParseComposite | |
|   | ParseParameters | |
|   | ParseQuery | 
            Parse a Uri query string of the form ?x=y&z=0
            into a map of name/value pairs.
             | 
|   | RemoveQuery | |
|   | SetProperties(Object, StringDictionary) | 
            Sets the public properties of a target object using a string map.
            This method uses .Net reflection to identify public properties of
            the target object matching the keys from the passed map.
             | 
|   | SetProperties(Object, StringDictionary, String) | 
            Sets the public properties of a target object using a string map.
            This method uses .Net reflection to identify public properties of
            the target object matching the keys from the passed map.
             | 
|   | StripPrefix | |
|  | ToString | (Inherited from Object.) | 
|   | UrlDecode | |
|   | UrlEncode | 
 
     
     
     
     
    