1 write to WsUri
System (1)
net\System\_UriSyntax.cs (1)
156WsUri = new BuiltInUriParser("ws", 80, HttpSyntaxFlags);
4 references to WsUri
System (4)
net\System\_UriSyntax.cs (2)
157m_Table[WsUri.SchemeName] = WsUri; // WebSockets
net\System\URI.cs (2)
30internal static readonly string UriSchemeWs = UriParser.WsUri.SchemeName; 3758syntax = UriParser.WsUri;