1 write to GopherUri
System (1)
net\System\_UriSyntax.cs (1)
168
GopherUri
= new BuiltInUriParser("gopher", 70, GopherSyntaxFlags);
5 references to GopherUri
System (5)
net\System\_UriSyntax.cs (2)
169
m_Table[
GopherUri
.SchemeName] =
GopherUri
; //GOPHER
net\System\URI.cs (2)
27
public static readonly string UriSchemeGopher = UriParser.
GopherUri
.SchemeName;
3820
syntax = UriParser.
GopherUri
;
net\System\UriParserTemplates.cs (1)
75
public GopherStyleUriParser():base(UriParser.
GopherUri
.Flags)