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