C# 클래스 System.Security.Util.URLString

상속: SiteString
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
CompareUrls ( URLString url1, URLString url2 ) : bool
Copy ( ) : SiteString
Equals ( Object o ) : bool
Equals ( URLString url ) : bool
GetDirectoryName ( ) : String
GetFileName ( ) : String
GetHashCode ( ) : int
IsSubsetOf ( SiteString site ) : bool
ToString ( ) : String
URLString ( ) : System
URLString ( string url ) : System
URLString ( string url, bool parsed ) : System

비공개 메소드들

메소드 설명
DoDeferredParse ( ) : void
DoFastChecks ( String url ) : void
NormalizeUrl ( ) : String
OnDeserialized ( StreamingContext ctx ) : void
OnSerialized ( StreamingContext ctx ) : void
OnSerializing ( StreamingContext ctx ) : void
ParseFileURL ( String url ) : void
ParseNonFileURL ( String url ) : void
ParsePort ( String url ) : String
ParseProtocol ( String url ) : String
ParseString ( String url, bool parsed ) : void
PreProcessForExtendedPathRemoval ( String url, bool isFileUrl ) : String
PreProcessURL ( String url, bool isFileURL ) : String
SpecialNormalizeUrl ( ) : URLString
URLString ( string url, bool parsed, bool doDeferredParsing ) : System
UnescapeURL ( String url ) : String
_GetDeviceName ( String driveLetter ) : String

메소드 상세

CompareUrls() 공개 정적인 메소드

public static CompareUrls ( URLString url1, URLString url2 ) : bool
url1 URLString
url2 URLString
리턴 bool

Copy() 공개 메소드

public Copy ( ) : SiteString
리턴 SiteString

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

Equals() 공개 메소드

public Equals ( URLString url ) : bool
url URLString
리턴 bool

GetDirectoryName() 공개 메소드

public GetDirectoryName ( ) : String
리턴 String

GetFileName() 공개 메소드

public GetFileName ( ) : String
리턴 String

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsSubsetOf() 공개 메소드

public IsSubsetOf ( SiteString site ) : bool
site SiteString
리턴 bool

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

URLString() 공개 메소드

public URLString ( ) : System
리턴 System

URLString() 공개 메소드

public URLString ( string url ) : System
url string
리턴 System

URLString() 공개 메소드

public URLString ( string url, bool parsed ) : System
url string
parsed bool
리턴 System