C# Class NuGet.UriUtility

Exibir arquivo Open project: xero-github/Nuget Class Usage Examples

Public Methods

Method Description
UriEquals ( Uri uri1, Uri uri2 ) : bool

Determines if the scheme, server and path of two Uris are identical.

Private Methods

Method Description
CreatePartUri ( string path ) : Uri
GetPath ( Uri uri ) : string

Converts a uri to a path. Only used for local paths.

Method Details

UriEquals() public static method

Determines if the scheme, server and path of two Uris are identical.
public static UriEquals ( Uri uri1, Uri uri2 ) : bool
uri1 System.Uri
uri2 System.Uri
return bool