UriHelper Class
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Common.Internals.UriHelper
Syntax
public static class UriHelper
public ref class UriHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type UriHelper = class end
Public NotInheritable Class UriHelper
Methods
Name | Description | |
---|---|---|
Concatenate(String[]) | Concatenates parts of the Uri together ensuring that any duplicate '/' characters are removed. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top