The URISupport type exposes the following members.

Constructors

  NameDescription
Public methodURISupport

Methods

  NameDescription
Public methodStatic memberCheckParenthesis
Public methodStatic memberCreateCompatibleUri
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.
Public methodStatic memberCreateQueryString
Public methodStatic memberCreateRemainingUri
Public methodStatic memberCreateUriWithQuery
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberExtractProperties
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
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.)
Public methodStatic memberGetProperties
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParseComposite
Public methodStatic memberParseParameters
Public methodStatic memberParseQuery
Parse a Uri query string of the form ?x=y&z=0 into a map of name/value pairs.
Public methodStatic memberRemoveQuery
Public methodStatic memberSetProperties(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.
Public methodStatic memberSetProperties(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.
Public methodStatic memberStripPrefix
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberUrlDecode
Public methodStatic memberUrlEncode

See Also