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