C# 클래스 System.PrivateUri.Tests.TestUriParser

상속: UriParser
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetComponents ( Uri uri, UriComponents components, UriFormat format ) : string
InitializeAndValidate ( Uri uri, UriFormatException &parsingError ) : void
IsBaseOf ( Uri baseUri, Uri relativeUri ) : bool
IsWellFormedOriginalString ( Uri uri ) : bool
OnNewUri ( ) : UriParser
Resolve ( Uri baseUri, Uri relativeUri, UriFormatException &parsingError ) : string
TestUriParser ( ) : Xunit

보호된 메소드들

메소드 설명
OnRegister ( string schemeName, int defaultPort ) : void

메소드 상세

GetComponents() 공개 메소드

public GetComponents ( Uri uri, UriComponents components, UriFormat format ) : string
uri Uri
components UriComponents
format UriFormat
리턴 string

InitializeAndValidate() 공개 메소드

public InitializeAndValidate ( Uri uri, UriFormatException &parsingError ) : void
uri Uri
parsingError UriFormatException
리턴 void

IsBaseOf() 공개 메소드

public IsBaseOf ( Uri baseUri, Uri relativeUri ) : bool
baseUri Uri
relativeUri Uri
리턴 bool

IsWellFormedOriginalString() 공개 메소드

public IsWellFormedOriginalString ( Uri uri ) : bool
uri Uri
리턴 bool

OnNewUri() 공개 메소드

public OnNewUri ( ) : UriParser
리턴 UriParser

OnRegister() 보호된 메소드

protected OnRegister ( string schemeName, int defaultPort ) : void
schemeName string
defaultPort int
리턴 void

Resolve() 공개 메소드

public Resolve ( Uri baseUri, Uri relativeUri, UriFormatException &parsingError ) : string
baseUri Uri
relativeUri Uri
parsingError UriFormatException
리턴 string

TestUriParser() 공개 메소드

public TestUriParser ( ) : Xunit
리턴 Xunit