1 write to NntpUri
System (1)
net\System\_UriSyntax.cs (1)
171NntpUri = new BuiltInUriParser("nntp", 119, NntpSyntaxFlags);
4 references to NntpUri
System (4)
net\System\_UriSyntax.cs (2)
172m_Table[NntpUri.SchemeName] = NntpUri; //NNTP
net\System\URI.cs (2)
34public static readonly string UriSchemeNntp = UriParser.NntpUri.SchemeName; 3806syntax = UriParser.NntpUri;