mscorlib(4.0.0.0) API with additions
|
A customizable parser based on the File Transfer Protocol (FTP) scheme. More...
Public Member Functions | |
FtpStyleUriParser () | |
Creates a customizable parser based on the File Transfer Protocol (FTP) scheme. More... | |
Additional Inherited Members | |
![]() | |
static void | Register (UriParser uriParser, string schemeName, int defaultPort) |
Associates a scheme and port number with a T:System.UriParser. More... | |
static bool | IsKnownScheme (string schemeName) |
Indicates whether the parser for a scheme is registered. More... | |
![]() | |
UriParser () | |
Constructs a default URI parser. More... | |
virtual UriParser | OnNewUri () |
Invoked by a T:System.Uri constructor to get a T:System.UriParser instance More... | |
virtual void | OnRegister (string schemeName, int defaultPort) |
Invoked by the Framework when a T:System.UriParser method is registered. More... | |
virtual void | InitializeAndValidate (Uri uri, out UriFormatException parsingError) |
Initialize the state of the parser and validate the URI. More... | |
virtual string | Resolve (Uri baseUri, Uri relativeUri, out UriFormatException parsingError) |
Called by T:System.Uri constructors and Overload:System.Uri.TryCreate to resolve a relative URI. More... | |
virtual bool | IsBaseOf (Uri baseUri, Uri relativeUri) |
Determines whether baseUri is a base URI for relativeUri . More... | |
virtual string | GetComponents (Uri uri, UriComponents components, UriFormat format) |
Gets the components from a URI. More... | |
virtual bool | IsWellFormedOriginalString (Uri uri) |
Indicates whether a URI is well-formed. More... | |
A customizable parser based on the File Transfer Protocol (FTP) scheme.
Definition at line 4 of file FtpStyleUriParser.cs.
System.FtpStyleUriParser.FtpStyleUriParser | ( | ) |
Creates a customizable parser based on the File Transfer Protocol (FTP) scheme.
Definition at line 7 of file FtpStyleUriParser.cs.