mscorlib(4.0.0.0) API with additions
HttpStyleUriParser.cs
1 namespace System
2 {
5  {
8  : base(UriParser.HttpUri.Flags)
9  {
10  }
11  }
12 }
Definition: __Canon.cs:3
HttpStyleUriParser()
Create a customizable parser based on the HTTP scheme.
A customizable parser based on the HTTP scheme.
Parses a new URI scheme. This is an abstract class.
Definition: UriParser.cs:9