C# Class System.Security.Util.URLString

Inheritance: SiteString
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

CompareUrls() public static method

public static CompareUrls ( URLString url1, URLString url2 ) : bool
url1 URLString
url2 URLString
return bool

Copy() public method

public Copy ( ) : SiteString
return SiteString

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

Equals() public method

public Equals ( URLString url ) : bool
url URLString
return bool

GetDirectoryName() public method

public GetDirectoryName ( ) : String
return String

GetFileName() public method

public GetFileName ( ) : String
return String

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsSubsetOf() public method

public IsSubsetOf ( SiteString site ) : bool
site SiteString
return bool

ToString() public method

public ToString ( ) : String
return String

URLString() public method

public URLString ( ) : System
return System

URLString() public method

public URLString ( string url ) : System
url string
return System

URLString() public method

public URLString ( string url, bool parsed ) : System
url string
parsed bool
return System