1 write to WssUri
System (1)
net\System\_UriSyntax.cs (1)
159WssUri = new BuiltInUriParser("wss", 443, HttpSyntaxFlags);
4 references to WssUri
System (4)
net\System\_UriSyntax.cs (2)
160m_Table[WssUri.SchemeName] = WssUri; // Secure WebSockets
net\System\URI.cs (2)
31internal static readonly string UriSchemeWss = UriParser.WssUri.SchemeName; 3780syntax = UriParser.WssUri;