2 references to RegisterPrefix
System (2)
net\System\Net\WebSockets\WebSocket.cs (2)
116WebRequest.RegisterPrefix(Uri.UriSchemeWs + ":", new WebSocketHttpRequestCreator(false)); 117WebRequest.RegisterPrefix(Uri.UriSchemeWss + ":", new WebSocketHttpRequestCreator(true));