C# Class NuGet.UriUtility

Afficher le fichier Open project: xero-github/Nuget Class Usage Examples

Méthodes publiques

Méthode Description
UriEquals ( Uri uri1, Uri uri2 ) : bool

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

Private Methods

Méthode 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 méthode

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
Résultat bool