mscorlib(4.0.0.0) API with additions
|
A parser based on the NetPipe scheme for the "Indigo" system. More...
Public Member Functions | |
NetPipeStyleUriParser () | |
Create a parser based on the NetPipe scheme for the "Indigo" system. 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 parser based on the NetPipe scheme for the "Indigo" system.
Definition at line 4 of file NetPipeStyleUriParser.cs.
System.NetPipeStyleUriParser.NetPipeStyleUriParser | ( | ) |
Create a parser based on the NetPipe scheme for the "Indigo" system.
Definition at line 7 of file NetPipeStyleUriParser.cs.