diff --git a/src/System.ServiceModel.Http/src/Resources/Strings.resx b/src/System.ServiceModel.Http/src/Resources/Strings.resx
index 6ac5023c405..1b46e7b8497 100644
--- a/src/System.ServiceModel.Http/src/Resources/Strings.resx
+++ b/src/System.ServiceModel.Http/src/Resources/Strings.resx
@@ -363,4 +363,19 @@
The subprotocol '{0}' was not requested by the client. The client requested the following subprotocol(s): '{1}'.
+
+ The WebSocket client request requested '{0}' protocol(s), but server is only accepting '{1}' protocol(s).
+
+
+ Unable to connect to the remote server
+
+
+ The server returned status code '{0}' when status code '{1}' was expected.
+
+
+ The server's response was missing the required header '{0}'.
+
+
+ The '{0}' header value '{1}' is invalid.
+
\ No newline at end of file
diff --git a/src/System.ServiceModel.Http/src/Resources/xlf/Strings.cs.xlf b/src/System.ServiceModel.Http/src/Resources/xlf/Strings.cs.xlf
index 3e5ed772ca5..af25a85bbca 100644
--- a/src/System.ServiceModel.Http/src/Resources/xlf/Strings.cs.xlf
+++ b/src/System.ServiceModel.Http/src/Resources/xlf/Strings.cs.xlf
@@ -412,6 +412,31 @@
Server nepřijal žádost o připojení. Verze protokolu WebSocket na straně klienta se pravděpodobně neshoduje s nastavením na straně serveru ({0}).
+
+ The WebSocket client request requested '{0}' protocol(s), but server is only accepting '{1}' protocol(s).
+ The WebSocket client request requested '{0}' protocol(s), but server is only accepting '{1}' protocol(s).
+
+
+
+ The server returned status code '{0}' when status code '{1}' was expected.
+ The server returned status code '{0}' when status code '{1}' was expected.
+
+
+
+ The '{0}' header value '{1}' is invalid.
+ The '{0}' header value '{1}' is invalid.
+
+
+
+ The server's response was missing the required header '{0}'.
+ The server's response was missing the required header '{0}'.
+
+
+
+ Unable to connect to the remote server
+ Unable to connect to the remote server
+
+