mscorlib(4.0.0.0) API with additions
NewsStyleUriParser.cs
1 namespace System
2 {
5  {
8  : base(UriParser.NewsUri.Flags)
9  {
10  }
11  }
12 }
NewsStyleUriParser()
Create a customizable parser based on the news scheme using the Network News Transfer Protocol (NNTP)...
Definition: __Canon.cs:3
A customizable parser based on the news scheme using the Network News Transfer Protocol (NNTP).
Parses a new URI scheme. This is an abstract class.
Definition: UriParser.cs:9