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