C# Class Brnkly.Raven.RavenUriExtensions

Datei anzeigen Open project: brnkly/brnkly

Public Methods

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

Method Details

GetDatabaseName() public static method

public static GetDatabaseName ( this url, bool throwIfNotFound = true ) : string
url this
throwIfNotFound bool
return string

GetServerRootUrl() public static method

public static GetServerRootUrl ( this url ) : Uri
url this
return System.Uri

TrimTrailingSlash() public static method

public static TrimTrailingSlash ( this url ) : Uri
url this
return System.Uri