C# 클래스 Brnkly.Raven.RavenUriExtensions

파일 보기 프로젝트 열기: brnkly/brnkly

공개 메소드들

메소드 설명
GetDatabaseName ( this url, bool throwIfNotFound = true ) : string
GetServerRootUrl ( this url ) : Uri
TrimTrailingSlash ( this url ) : Uri

메소드 상세

GetDatabaseName() 공개 정적인 메소드

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

GetServerRootUrl() 공개 정적인 메소드

public static GetServerRootUrl ( this url ) : Uri
url this
리턴 System.Uri

TrimTrailingSlash() 공개 정적인 메소드

public static TrimTrailingSlash ( this url ) : Uri
url this
리턴 System.Uri