C# Class Brnkly.Raven.RavenUriExtensions

Afficher le fichier Open project: brnkly/brnkly

Méthodes publiques

Méthode Description
GetDatabaseName ( this url, bool throwIfNotFound = true ) : string
GetServerRootUrl ( this url ) : Uri
TrimTrailingSlash ( this url ) : Uri

Method Details

GetDatabaseName() public static méthode

public static GetDatabaseName ( this url, bool throwIfNotFound = true ) : string
url this
throwIfNotFound bool
Résultat string

GetServerRootUrl() public static méthode

public static GetServerRootUrl ( this url ) : Uri
url this
Résultat System.Uri

TrimTrailingSlash() public static méthode

public static TrimTrailingSlash ( this url ) : Uri
url this
Résultat System.Uri