4 references to UriSchemeWss
System (4)
net\System\Net\HttpWebRequest.cs (1)
5763
else if (newUri.Scheme == Uri.
UriSchemeWss
)
net\System\Net\WebSockets\ClientWebSocket.cs (1)
130
if (uri.Scheme != Uri.UriSchemeWs && uri.Scheme != Uri.
UriSchemeWss
)
net\System\Net\WebSockets\WebSocket.cs (1)
117
WebRequest.RegisterPrefix(Uri.
UriSchemeWss
+ ":", new WebSocketHttpRequestCreator(true));
net\System\URI.cs (1)
1004
SetEscapedDotSlashSettings(section, Uri.
UriSchemeWss
);